Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ParsingResult.type
Members list
Type members
Classlikes
A sucessful parsing result, all tokens have been consumed
A sucessful parsing result, all tokens have been consumed
Attributes
- v
the value of produced by the parser
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ParsingResult[A]class Objecttrait Matchableclass Any
A sucessful parsing result, but NOT all tokens have been consumed
A sucessful parsing result, but NOT all tokens have been consumed
Attributes
- tokens
the remaining Tokens
- v
the value of produced by the parser
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ParsingResult[A]class Objecttrait Matchableclass Any
A failed parsing result, the end of the Token sequence have been reached before the end of the parsing.
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 Serializabletrait Producttrait Equalstrait ParsingResult[A]class Objecttrait Matchableclass Any
A failed parsing result, An unexpected token has been encountered during during parsing
A failed parsing result, An unexpected token has been encountered during during parsing
Attributes
- expected
the expected following Kinds of Token
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ParsingResult[A]class Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror