UnexpectedEnd

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

A failed parsing result, the end of the Token sequence have been reached before the end of the 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