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.

Value parameters

name

the description of the token

span

the amount of residual input this token ate

Attributes

Since

4.0.0

Source
Token.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product