public class EnricherErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
| Modifier and Type | Field and Description |
|---|---|
static EnricherErrorListener |
INSTANCE |
| Constructor and Description |
|---|
EnricherErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e) |
public static EnricherErrorListener INSTANCE
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.BaseErrorListenerCopyright © 2017–2018. All rights reserved.