Class CustomChSQLAntlrErrorStrategy
java.lang.Object
org.antlr.v4.runtime.DefaultErrorStrategy
org.pgcodekeeper.core.parsers.antlr.base.CustomAntlrErrorStrategy
org.pgcodekeeper.core.parsers.antlr.ch.CustomChSQLAntlrErrorStrategy
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
ClickHouse-specific error strategy that provides enhanced error reporting for
ClickHouse 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
-
CustomChSQLAntlrErrorStrategy
public CustomChSQLAntlrErrorStrategy()
-