Package org.apache.iotdb.db.qp.strategy
Class SQLParseError
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- org.apache.iotdb.db.qp.strategy.SQLParseError
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class SQLParseError extends org.antlr.v4.runtime.BaseErrorListener
-
-
Field Summary
Fields Modifier and Type Field Description static SQLParseErrorINSTANCE
-
Constructor Summary
Constructors Constructor Description SQLParseError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, java.lang.Object offendingSymbol, int line, int charPositionInLine, java.lang.String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Field Detail
-
INSTANCE
public static final SQLParseError INSTANCE
-
-
Method Detail
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, java.lang.Object offendingSymbol, int line, int charPositionInLine, java.lang.String msg, org.antlr.v4.runtime.RecognitionException e)- Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener
-
-