Class CustomAntlrErrorStrategy
java.lang.Object
org.antlr.v4.runtime.DefaultErrorStrategy
org.pgcodekeeper.core.parsers.antlr.base.CustomAntlrErrorStrategy
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
- Direct Known Subclasses:
CustomChSQLAntlrErrorStrategy,CustomSQLAntlrErrorStrategy,CustomTSQLAntlrErrorStrategy
public abstract class CustomAntlrErrorStrategy
extends org.antlr.v4.runtime.DefaultErrorStrategy
Base abstract error strategy for ANTLR parsers that provides enhanced error reporting
with token filtering and user-friendly error messages. This class extends ANTLR's
DefaultErrorStrategy.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy
inErrorRecoveryMode, recover, recoverInline, reportError, reportMatch, reset, sync
-
Constructor Details
-
CustomAntlrErrorStrategy
public CustomAntlrErrorStrategy()
-