UnexpectedToken

ll1compiletime.ParsingResult$.UnexpectedToken
case class UnexpectedToken[A, Kind](k: Kind, expected: Set[Kind]) extends ParsingResult[A]

A failed parsing result, An unexpected token has been encountered during during parsing

Attributes

expected

the expected following Kinds of Token

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParsingResult[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Cast the old type A into the new type B

Cast the old type A into the new type B

Attributes

B

the new type to cast to

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product