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 TypeClassDescriptionclassThis implementation ofANTLRErrorStrategyresponds to syntax errors by immediately canceling the parse operation with aParseCancellationException.classThis is the default implementation ofANTLRErrorStrategyused for error reporting and recovery in ANTLR parsers.Fields in org.antlr.v4.runtime declared as ANTLRErrorStrategyModifier and TypeFieldDescriptionprotected ANTLRErrorStrategyParser._errHandlerThe 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 classWe want to stop and track the first error but we cannot bail out likeBailErrorStrategyas consume() constructs trees.