AnalysisErrorListener class abstract

An object that listens for Diagnostics being produced by the analysis engine.

Implemented types
Implementers
Available extensions
Annotations

Constructors

AnalysisErrorListener.new()

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
onDiagnostic(Diagnostic diagnostic) → void

Available on DiagnosticOrErrorListener, provided by the DiagnosticOrErrorListenerExtension extension

onError(Diagnostic diagnostic) → void
This method is invoked when a diagnostic has been found by the analysis engine.
toString() String
A string representation of this object.
inherited

Operators

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

Constants

NULL_LISTENER → const AnalysisErrorListener
A diagnostic listener that ignores diagnostics that are reported to it.