Class DefaultErrorStrategy

java.lang.Object
org.graalvm.shadowed.org.antlr.v4.runtime.DefaultErrorStrategy
All Implemented Interfaces:
ANTLRErrorStrategy
Direct Known Subclasses:
BailErrorStrategy

public class DefaultErrorStrategy extends Object implements ANTLRErrorStrategy
This is the default implementation of ANTLRErrorStrategy used for error reporting and recovery in ANTLR parsers.