ASTScopeVariable<T> class

ASTVariable for a variable visible in a scope context.

Inheritance
Available Extensions

Constructors

ASTScopeVariable(String name)

Properties

children Iterable<ASTNode>
The children nodes of this node.
no setteroverride
descendantChildren List<ASTNode>
Return the children and it's descendant children (unmodifiable).
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isTypeIdentifier bool
no setteroverride
name String
finalinherited
parentNode ASTNode?
no setterinherited
resolvedIdentifier ASTNode?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeIdentifier ASTType?
no setteroverride

Methods

associateToType(ASTTypedNode node) → void
override
cacheDescendantChildren() → void
Mark that this node can cache its descendantChildren.
inherited
getNodeIdentifier(String name, {ASTNode? requester}) ASTNode?
inherited
getValue(VMContext context) FutureOr<ASTValue>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readIndex<V>(VMContext context, int index) FutureOr<V>
inherited
readKey<V>(VMContext context, Object key) FutureOr<V>
inherited
resolveNode(ASTNode? parentNode) → void
override
resolveType(VMContext? context) FutureOr<ASTType>
override
resolveVariable(VMContext context) FutureOr<ASTVariable>
override
setValue(VMContext context, ASTValue value) FutureOr<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited