Class ModbusAntlrErrorListener
-
- All Implemented Interfaces:
-
org.antlr.v4.runtime.ANTLRErrorListener
public final class ModbusAntlrErrorListener implements ANTLRErrorListener
-
-
Constructor Summary
Constructors Constructor Description ModbusAntlrErrorListener(String expression)
-
Method Summary
Modifier and Type Method Description UnitreportAmbiguity(Parser recognizer, DFA dfa, Integer startIndex, Integer stopIndex, Boolean exact, BitSet ambigAlts, ATNConfigSet configs)UnitreportAttemptingFullContext(Parser recognizer, DFA dfa, Integer startIndex, Integer stopIndex, BitSet conflictingAlts, ATNConfigSet configs)UnitreportContextSensitivity(Parser recognizer, DFA dfa, Integer startIndex, Integer stopIndex, Integer prediction, ATNConfigSet configs)UnitsyntaxError(Recognizer<?, ?> recognizer, Object offendingSymbol, Integer line, Integer charPositionInLine, String msg, RecognitionException e)-
-
Constructor Detail
-
ModbusAntlrErrorListener
ModbusAntlrErrorListener(String expression)
-
-
Method Detail
-
reportAmbiguity
Unit reportAmbiguity(Parser recognizer, DFA dfa, Integer startIndex, Integer stopIndex, Boolean exact, BitSet ambigAlts, ATNConfigSet configs)
-
reportAttemptingFullContext
Unit reportAttemptingFullContext(Parser recognizer, DFA dfa, Integer startIndex, Integer stopIndex, BitSet conflictingAlts, ATNConfigSet configs)
-
reportContextSensitivity
Unit reportContextSensitivity(Parser recognizer, DFA dfa, Integer startIndex, Integer stopIndex, Integer prediction, ATNConfigSet configs)
-
-
-
-