ParsedSuccessfullyWithRest

ll1compiletime.ParsingResult$.ParsedSuccessfullyWithRest
case class ParsedSuccessfullyWithRest[A, Token](v: A, tokens: List[Token]) extends ParsingResult[A]

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 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