ASTBranchIfElseBlock class

ASTBranch IF,ELSE: if (exp) {} else {}

Inheritance
Available Extensions

Constructors

ASTBranchIfElseBlock(ASTExpression condition, ASTBlock blockIf, ASTBlock? blockElse)

Properties

blockElse ASTBlock?
getter/setter pair
blockIf ASTBlock
getter/setter pair
children Iterable<ASTNode>
The children nodes of this node.
no setteroverride
condition ASTExpression
getter/setter pair
descendantChildren List<ASTNode>
Return the children and it's descendant children (unmodifiable).
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
parentNode ASTNode?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

associateToType(ASTTypedNode node) → void
inherited
cacheDescendantChildren() → void
Mark that this node can cache its descendantChildren.
inherited
defineRunContext(VMContext parentContext) VMContext
inherited
evaluateCondition(VMContext parentContext, ASTRunStatus runStatus, ASTExpression condition) FutureOr<bool>
inherited
getNodeIdentifier(String name, {ASTNode? requester}) ASTNode?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveNode(ASTNode? parentNode) → void
override
resolveType(VMContext? context) ASTType
inherited
run(VMContext parentContext, ASTRunStatus runStatus) FutureOr<ASTValue>
override
toString() String
A string representation of this object.
override

Operators

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