Class JSSDReader.ErrorListener
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
net.anwiba.tools.definition.schema.json.JSSDReader.ErrorListener
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
- Enclosing class:
- JSSDReader
public final class JSSDReader.ErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.antlr.v4.runtime.RecognitionException>booleanisEmpty()voidreportAmbiguity(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) voidreportContextSensitivity(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) voidsyntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException exception) Methods inherited from class org.antlr.v4.runtime.BaseErrorListener
reportAttemptingFullContext
-
Constructor Details
-
ErrorListener
public ErrorListener()
-
-
Method Details
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException exception) - Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener
-
reportContextSensitivity
public 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) - Specified by:
reportContextSensitivityin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
reportContextSensitivityin classorg.antlr.v4.runtime.BaseErrorListener
-
reportAmbiguity
public 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) - Specified by:
reportAmbiguityin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
reportAmbiguityin classorg.antlr.v4.runtime.BaseErrorListener
-
getExceptions
-
getMessages
-
isEmpty
public boolean isEmpty()
-