BooleanErrorListener class

An AnalysisErrorListener that keeps track of whether any error has been reported to it.

Implemented types

Constructors

BooleanErrorListener()

Properties

errorReported bool
Return true if an error has been reported to this listener.
no setter
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
onError(AnalysisError error) → void
This method is invoked when an error has been found by the analysis engine.
override
toString() String
A string representation of this object.
inherited

Operators

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