TestErrorListener

Undocumented in source.

Members

Functions

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

msg
string msg;
Undocumented in source.

Inherited Members

From BaseErrorListener

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.
reportAmbiguity
void reportAmbiguity(InterfaceParser recognizer, DFA dfa, size_t startIndex, size_t 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, size_t startIndex, size_t 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, size_t startIndex, size_t stopIndex, int prediction, ATNConfigSet configs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta