public class FailFast extends Object implements ParserErrorHandler
| Constructor and Description |
|---|
FailFast() |
| Modifier and Type | Method and Description |
|---|---|
<T> ParseResult<T> |
finished(ParseState<T> state)
Prepares the parser result
|
void |
handleError(ParseException e)
Handlers an error
|
public void handleError(ParseException e)
ParserErrorHandlerhandleError in interface ParserErrorHandlere - Errorpublic <T> ParseResult<T> finished(ParseState<T> state)
ParserErrorHandlerfinished in interface ParserErrorHandlerstate - Parser stateCopyright © 2012–2022. All rights reserved.