ProxyErrorListener

@uml This implementation of {@link ANTLRErrorListener} dispatches all calls to a collection of delegate listeners. This reduces the effort required to support multiple listeners.

Constructors

this
this(ANTLRErrorListener!(U, V)[] delegates)
Undocumented in source.

Members

Functions

reportAmbiguity
void reportAmbiguity(InterfaceParser recognizer, DFA dfa, int startIndex, int stopIndex, bool exact, BitSet ambigAlts, ATNConfigSet configs)
Undocumented in source. Be warned that the author may not have intended to support it.
reportAttemptingFullContext
void reportAttemptingFullContext(InterfaceParser recognizer, DFA dfa, int startIndex, int stopIndex, BitSet conflictingAlts, ATNConfigSet configs)
Undocumented in source. Be warned that the author may not have intended to support it.
reportContextSensitivity
void reportContextSensitivity(InterfaceParser recognizer, DFA dfa, int startIndex, int stopIndex, int prediction, ATNConfigSet configs)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxError
void syntaxError(InterfaceRecognizer recognizer, Object offendingSymbol, int line, int charPositionInLine, string msg, RecognitionException e)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

delegates
ANTLRErrorListener!(U, V)[] delegates;
Undocumented in source.

Meta