TextBindingNodeReference class
- Inheritance
-
- Object
- NodeReference
- TextBindingNodeReference
Constructors
- TextBindingNodeReference(CompileViewStorage storage, int nodeIndex)
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
promoteToClassMember(
) → void -
If accessed outside of
build()
, makes a variable into a class field.inherited -
toReadExpr(
) → Expression -
Returns an expression that reads from this variable or field.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toWriteStmt(
Expression value) → Statement -
Returns an expression that writes
value
to this variable or field.inherited -
updateExpr(
Expression newValueExpr) → Expression -
updateWithPrimitiveExpr(
Expression newValueExpr) → Expression
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited