public final class JSSDReader.ErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
| Constructor and Description |
|---|
ErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
List<org.antlr.v4.runtime.RecognitionException> |
getExceptions() |
List<String> |
getMessages() |
boolean |
isEmpty() |
void |
reportAmbiguity(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.dfa.DFA dfa,
int startIndex,
int stopIndex,
boolean exact,
BitSet ambigAlts,
org.antlr.v4.runtime.atn.ATNConfigSet configs) |
void |
reportContextSensitivity(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.dfa.DFA dfa,
int startIndex,
int stopIndex,
int prediction,
org.antlr.v4.runtime.atn.ATNConfigSet configs) |
void |
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException exception) |
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException exception)
syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListenersyntaxError in class org.antlr.v4.runtime.BaseErrorListenerpublic void reportContextSensitivity(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.dfa.DFA dfa,
int startIndex,
int stopIndex,
int prediction,
org.antlr.v4.runtime.atn.ATNConfigSet configs)
reportContextSensitivity in interface org.antlr.v4.runtime.ANTLRErrorListenerreportContextSensitivity in class org.antlr.v4.runtime.BaseErrorListenerpublic void reportAmbiguity(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.dfa.DFA dfa,
int startIndex,
int stopIndex,
boolean exact,
BitSet ambigAlts,
org.antlr.v4.runtime.atn.ATNConfigSet configs)
reportAmbiguity in interface org.antlr.v4.runtime.ANTLRErrorListenerreportAmbiguity in class org.antlr.v4.runtime.BaseErrorListenerpublic List<org.antlr.v4.runtime.RecognitionException> getExceptions()
public boolean isEmpty()
Copyright © 2007–2016 Andreas Bartels. All rights reserved.