ChangeWorkspace class abstract
Information about the workspace in which change builders operate.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceProvider → ResourceProvider
-
The resource provider used to access the file system.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
containsFile(
String path) → bool -
Whether the file with the given
path
is in a context root. -
getSession(
String path) → AnalysisSession? -
Returns the session that should analyze the given
path
, or throws StateError if thepath
does not belong to a context root. -
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