ASTCodeRunner class abstract

An AST that can be run.

Inheritance
Implementers
Available Extensions

Constructors

ASTCodeRunner()

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

associateToType(ASTTypedNode node) → void
inherited
defineRunContext(VMContext parentContext) VMContext
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveType(VMContext? context) FutureOr<ASTType>
inherited
run(VMContext parentContext, ASTRunStatus runStatus) FutureOr<ASTValue>
toString() String
A string representation of this object.
inherited

Operators

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