value property
R
get
value
Returns the parsed value of this result, or throws a ParserException if this is a parse failure.
Implementation
R get value;
Returns the parsed value of this result, or throws a ParserException if this is a parse failure.
R get value;