AnalysisContextCollection class abstract
A collection of analysis contexts.
Clients may not extend, implement or mix-in this class.
Constructors
Properties
Methods
-
contextFor(
String path) → AnalysisContext -
Return the existing analysis context that should be used to analyze the
given
path
, or throw StateError if thepath
is not analyzed in any of the created analysis contexts. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited