AnalyzeCommandContext class

Constructors

AnalyzeCommandContext(AnalysisOptions _analysisOptions, Iterable<Rule> _rules, AnalysisDriver _driver, ResolvedUnitResult analysisResult, PluginCommunicationChannel channel, String? _optionKey)
const

Properties

analysisResult → ResolvedUnitResult
final
channel → PluginCommunicationChannel
final
excludes Iterable<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
isAnalyzed bool
no setter
rootFolder String?
no setter
rules Iterable<Rule>
no setter
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
sendAnalysisErrors(Iterable<AnalysisError> errors) → void
sendPluginError(Exception exception, StackTrace stackTrace) → void
toString() String
A string representation of this object.
inherited

Operators

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