Class CustomSQLAntlrErrorStrategy
java.lang.Object
org.antlr.v4.runtime.DefaultErrorStrategy
org.pgcodekeeper.core.parsers.antlr.base.CustomAntlrErrorStrategy
org.pgcodekeeper.core.parsers.antlr.pg.CustomSQLAntlrErrorStrategy
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
PostgreSQL-specific error strategy that provides enhanced error reporting for
PostgreSQL SQL parsing.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy
inErrorRecoveryMode, recover, recoverInline, reportError, reportMatch, reset, sync
-
Constructor Details
-
CustomSQLAntlrErrorStrategy
public CustomSQLAntlrErrorStrategy()
-