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 an Error yields an error message @return a string representation of the object
Instance constructors
-
new
Error(msg: String, next: Reader[Elem])
-
new
Error()
The fatal failure case of ParseResult: contains an error-message and the remaining input. No back-tracking is done when a parser returns an
Error'
An error message string describing the error.
The parser's unconsumed input at the point where the error occurred.