Named

parsley.errors.Token$.Named
final case class Named(name: String, span: TokenSpan) extends Token

This is a token that has been given a name, and is treated like a labelled item.

Attributes

name

the description of the token

span

the amount of residual input this token ate

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