AnalysisState class

Inheritance

Constructors

AnalysisState()

Properties

currentTask → String
no setter
error → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
isAnalyzing → bool
no setter
lastAnalysis → AnalysisResult?
no setter
processedFiles → int
no setter
progress → double
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
totalFiles → int
no setter

Methods

addListener(StateListener listener) → void
Registers a listener for state changes.
inherited
completeAnalysis(AnalysisResult result) → void
failAnalysis(String error) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Notifies all listeners of a state change.
inherited
removeListener(StateListener listener) → void
Removes a previously registered listener.
inherited
setTask(String task) → void
startAnalysis() → void
toString() → String
A string representation of this object.
inherited
updateProgress(String task, int processed, int total) → void

Operators

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