ParsedSuccessfully

ll1compiletime.ParsingResult$.ParsedSuccessfully
case class ParsedSuccessfully[A](v: A) extends ParsingResult[A]

A sucessful parsing result, all tokens have been consumed

Attributes

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