ChangeWorkspace class abstract

Information about the workspace in which change builders operate.

Constructors

ChangeWorkspace()

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceProvider → ResourceProvider
Return 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
Return true if the file with the given path is in a context root.
getSession(String path) → AnalysisSession?
Return the session that should analyze the given path, or throw StateError if the path 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