public final class SQLParserErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
| 构造器和说明 |
|---|
SQLParserErrorListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SQLParserErrorListener |
getInstance()
Get instance.
|
void |
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String message,
org.antlr.v4.runtime.RecognitionException e) |
public static SQLParserErrorListener getInstance()
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String message,
org.antlr.v4.runtime.RecognitionException e)
throws org.antlr.v4.runtime.misc.ParseCancellationException
syntaxError 在接口中 org.antlr.v4.runtime.ANTLRErrorListenersyntaxError 在类中 org.antlr.v4.runtime.BaseErrorListenerorg.antlr.v4.runtime.misc.ParseCancellationExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.