Package one.gfw.antlr4.sql.postgresql
Class PostgreSQLParserErrorListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- one.gfw.antlr4.sql.postgresql.PostgreSQLParserErrorListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class PostgreSQLParserErrorListener extends org.antlr.v4.runtime.BaseErrorListener
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLParserErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Method Detail
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)- Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener
-
-