Package nl.basjes.parse.useragent.utils
Interface DefaultANTLRErrorListener
- All Superinterfaces:
org.antlr.v4.runtime.ANTLRErrorListener
- All Known Implementing Classes:
BrandListParser,DebugUserAgent,UserAgent.MutableUserAgent
public interface DefaultANTLRErrorListener
extends org.antlr.v4.runtime.ANTLRErrorListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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) default voidreportAttemptingFullContext(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.dfa.DFA dfa, int startIndex, int stopIndex, BitSet conflictingAlts, org.antlr.v4.runtime.atn.ATNConfigSet configs) default 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) Methods inherited from interface org.antlr.v4.runtime.ANTLRErrorListener
syntaxError
-
Method Details
-
reportAmbiguity
default 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
-
reportAttemptingFullContext
default void reportAttemptingFullContext(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.dfa.DFA dfa, int startIndex, int stopIndex, BitSet conflictingAlts, org.antlr.v4.runtime.atn.ATNConfigSet configs) - Specified by:
reportAttemptingFullContextin interfaceorg.antlr.v4.runtime.ANTLRErrorListener
-
reportContextSensitivity
default 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
-