scala.util.parsing.combinator.lexical.Lexical
A method that should be called from every well-designed equals method that is open to be overridden in a subclass
The equality method defined in AnyRef
Returns the embedded result
Returns a hash code value for the object
Functional composition of ParseResults
Partial functional composition of ParseResults
return k for a product A(x_1,
def
productElement(arg0: Int): Any
for a product A(x_1,
def
productElements: Iterator[Any]
def
productIterator: Iterator[Any]
An iterator that returns all fields of this product
def
productPrefix: String
By default the empty string
val
result: T
val
successful: Boolean
def
toString(): String
The toString method of a Success @return a string representation of the object
Instance constructors
-
new
Success(result: T, next: Reader[Elem])
-
new
Success()
The success case of ParseResult: contains the result and the remaining input.
The parser's output
The parser's remaining input