public class ThrowingErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
| Modifier and Type | Field and Description |
|---|---|
static ThrowingErrorListener |
INSTANCE |
| Constructor and Description |
|---|
ThrowingErrorListener() |
| 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 final ThrowingErrorListener INSTANCE
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e)
throws org.antlr.v4.runtime.misc.ParseCancellationException
syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListenersyntaxError in class org.antlr.v4.runtime.BaseErrorListenerorg.antlr.v4.runtime.misc.ParseCancellationExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.