Uses of Interface
org.antlr.v4.runtime.ANTLRErrorStrategy
Packages that use ANTLRErrorStrategy
-
Uses of ANTLRErrorStrategy in org.antlr.v4.runtime
Classes in org.antlr.v4.runtime that implement ANTLRErrorStrategyModifier and TypeClassDescriptionclass
This implementation ofANTLRErrorStrategy
responds to syntax errors by immediately canceling the parse operation with aParseCancellationException
.class
This is the default implementation ofANTLRErrorStrategy
used for error reporting and recovery in ANTLR parsers.Fields in org.antlr.v4.runtime declared as ANTLRErrorStrategyModifier and TypeFieldDescriptionprotected ANTLRErrorStrategy
Parser._errHandler
The error handling strategy for the parser.Methods in org.antlr.v4.runtime that return ANTLRErrorStrategyMethods in org.antlr.v4.runtime with parameters of type ANTLRErrorStrategy -
Uses of ANTLRErrorStrategy in org.antlr.v4.tool
Classes in org.antlr.v4.tool that implement ANTLRErrorStrategyModifier and TypeClassDescriptionstatic class
We want to stop and track the first error but we cannot bail out likeBailErrorStrategy
as consume() constructs trees.