ParsingResult

ll1compiletime.ParsingResult
See theParsingResult companion object
sealed trait ParsingResult[A]

the result of parsing

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class UnexpectedEnd[A, Kind]
class UnexpectedToken[A, Kind]

Members list

Concise view

Value members

Abstract methods

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