LoopReference class
Unbound reference to a Loop.
Constructors
-
LoopReference(int loop, List<
Object> parts) -
Wraps the given
loop
andparts
as a LoopReference.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- loop → int
-
The index to the referenced loop.
final
-
parts
→ List<
Object> -
The components of the reference. Each entry must be either a String (to
index into a DynamicMap) an integer (to index into a DynamicList).
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → SourceRange?
-
The source location that corresponds to this BlobNode, if known.
no setterinherited
Methods
-
associateSource(
SourceRange source) → void -
Assign a SourceRange to this BlobNode's
source
property.inherited -
bind(
Object value) → BoundLoopReference - Binds the loop reference to a specific value.
-
constructReference(
List< Object> moreParts) → LoopReference -
Creates a new
LoopRefererence
that indexes even deeper than this one. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
propagateSource(
BlobNode? original) → void -
Assign another BlobNode's SourceRange to this BlobNode's source
property.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited