Uses of Class
org.antlr.v4.runtime.DefaultErrorStrategy
Packages that use DefaultErrorStrategy
-
Uses of DefaultErrorStrategy in org.antlr.v4.runtime
Subclasses of DefaultErrorStrategy in org.antlr.v4.runtimeModifier and TypeClassDescriptionclassThis implementation ofANTLRErrorStrategyresponds 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.toolModifier and TypeClassDescriptionstatic classWe want to stop and track the first error but we cannot bail out likeBailErrorStrategyas consume() constructs trees.