public class ParseResultErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
| Constructor and Description |
|---|
ParseResultErrorListener(org.fife.ui.rsyntaxtextarea.parser.ParseResult parseResult) |
| 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 ParseResultErrorListener(org.fife.ui.rsyntaxtextarea.parser.ParseResult parseResult)
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 © 2021 Markus Heberling. All rights reserved.