Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.tool |
Modifier and Type | Class | Description |
---|---|---|
class |
BailErrorStrategy |
This implementation of
ANTLRErrorStrategy responds to syntax errors
by immediately canceling the parse operation with a
ParseCancellationException . |
Modifier and Type | Class | Description |
---|---|---|
static class |
GrammarParserInterpreter.BailButConsumeErrorStrategy |
We want to stop and track the first error but we cannot bail out like
BailErrorStrategy as consume() constructs trees. |
Copyright © 1992–2018 ANTLR. All rights reserved.