Uses of Class
org.antlr.v4.runtime.DefaultErrorStrategy
-
Packages that use DefaultErrorStrategy Package Description org.antlr.v4.runtime org.antlr.v4.tool -
-
Uses of DefaultErrorStrategy in org.antlr.v4.runtime
Subclasses of DefaultErrorStrategy in org.antlr.v4.runtime Modifier and Type Class Description class
BailErrorStrategy
This implementation ofANTLRErrorStrategy
responds to syntax errors by immediately canceling the parse operation with aParseCancellationException
. -
Uses of DefaultErrorStrategy in org.antlr.v4.tool
Subclasses of DefaultErrorStrategy in org.antlr.v4.tool Modifier and Type Class Description static class
GrammarParserInterpreter.BailButConsumeErrorStrategy
We want to stop and track the first error but we cannot bail out likeBailErrorStrategy
as consume() constructs trees.
-