Class SQLParserErrorListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- org.apache.shardingsphere.sql.parser.core.database.parser.SQLParserErrorListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public final class SQLParserErrorListener extends org.antlr.v4.runtime.BaseErrorListenerSQL parser error listener.
-
-
Constructor Summary
Constructors Constructor Description SQLParserErrorListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SQLParserErrorListenergetInstance()Get instance.voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String message, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Method Detail
-
getInstance
public static SQLParserErrorListener getInstance()
Get instance.- Returns:
- instance
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String message, org.antlr.v4.runtime.RecognitionException e)- Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener
-
-