public interface ParserErrorHandler
| Modifier and Type | Method and Description |
|---|---|
<T> ParseResult<T> |
finished(ParseState<T> state)
Prepares the parser result
|
void |
handleError(ParseException e)
Handlers an error
|
void handleError(ParseException e)
e - Error<T> ParseResult<T> finished(ParseState<T> state)
state - Parser stateCopyright © 2012–2022. All rights reserved.