scala.util.parsing.combinator.Parsers
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
successful: Boolean
def
toString(): String
The toString method of a Failure yields an error message@return a string representation of the object.
The failure case of ParseResult: contains an error-message and the remaining input. Parsing will back-track when a failure occurs.
An error message string describing the failure.
The parser's unconsumed input at the point where the failure occurred.