Token

parsley.errors.Token
See theToken companion object
sealed abstract class Token

This class represents an extracted token returned by unexpectedToken in ErrorBuilder.

There is deliberately no analogue for EndOfInput because we guarantee that non-empty residual input is provided to token extraction.

Attributes

Since

4.0.0

Companion
object
Source
Token.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Named
class Raw
In this article