Raw

parsley.errors.Token$.Raw
final case class Raw(tok: String) extends Token

This is a token that is directly extracted from the residual input itself.

Attributes

tok

the input extracted

Since:

4.0.0

Source:
Token.scala
Graph
Supertypes
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product