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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product