NameResolver class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
callPipe(
String name, Expression input, List< Expression> args) → Expression -
createUniqueBindIndex(
) → int -
getLocal(
String name) → Expression? -
Returns a variable that references the
name
local. -
getLocalDeclarations(
) → List< Statement> - Returns variable declarations for all locals used in this scope.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scope(
) → NameResolver - Creates a name resolver with shared state for use in a new method scope.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited