ConsoleErrorListener class

Inheritance

Constructors

ConsoleErrorListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportAmbiguity(Parser recognizer, DFA dfa, int startIndex, int stopIndex, bool exact, BitSet? ambigAlts, ATNConfigSet configs) → void
This method is called by the parser when a full-context prediction results in an ambiguity.
inherited
reportAttemptingFullContext(Parser recognizer, DFA dfa, int startIndex, int stopIndex, BitSet? conflictingAlts, ATNConfigSet configs) → void
This method is called when an SLL conflict occurs and the parser is about to use the full context information to make an LL decision.
inherited
reportContextSensitivity(Parser recognizer, DFA dfa, int startIndex, int stopIndex, int prediction, ATNConfigSet configs) → void
This method is called by the parser when a full-context prediction has a unique result.
inherited
syntaxError(Recognizer<ATNSimulator> recognizer, Object? offendingSymbol, int? line, int column, String msg, RecognitionException<IntStream>? e) → void
{@inheritDoc}
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

INSTANCE ConsoleErrorListener
Provides a default instance of ConsoleErrorListener.
final