Class MultiLineSqlScriptExtractor.VerboseListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor.VerboseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
- Enclosing class:
- MultiLineSqlScriptExtractor
public static class MultiLineSqlScriptExtractor.VerboseListener extends org.antlr.v4.runtime.BaseErrorListener
-
-
Constructor Summary
Constructors Constructor Description VerboseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
syntaxError(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:
syntaxError
in interfaceorg.antlr.v4.runtime.ANTLRErrorListener
- Overrides:
syntaxError
in classorg.antlr.v4.runtime.BaseErrorListener
-
-