public class ErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
| Constructor and Description |
|---|
ErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(org.antlr.v4.runtime.Lexer lexer) |
void |
attach(org.antlr.v4.runtime.Parser parser) |
List<String> |
getErrors() |
void |
setParent(EclRecordReader r) |
void |
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e) |
public void attach(org.antlr.v4.runtime.Parser parser)
public void attach(org.antlr.v4.runtime.Lexer lexer)
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e)
syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListenersyntaxError in class org.antlr.v4.runtime.BaseErrorListenerpublic void setParent(EclRecordReader r)
Copyright © 2021. All rights reserved.