ASTEntryPointBlock class

An ASTBlock that can have an entry-point method/function.

Inheritance
Implementers
Available Extensions

Constructors

ASTEntryPointBlock(ASTBlock? parentBlock)

Properties

children Iterable<ASTNode>
The children nodes of this node.
no setterinherited
descendantChildren List<ASTNode>
Return the children and it's descendant children (unmodifiable).
no setterinherited
functions List<ASTFunctionSet>
no setterinherited
functionsNames List<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
parentBlock ASTBlock?
getter/setter pairinherited
parentNode ASTNode?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statements List<ASTStatement>
no setterinherited

Methods

addAllFunctions(Iterable<ASTFunctionDeclaration> fs) → void
inherited
addAllStatements(Iterable<ASTStatement> statements) → void
inherited
addFunction(ASTFunctionDeclaration f) → void
inherited
addStatement(ASTStatement statement) → void
inherited
associateToType(ASTTypedNode node) → void
inherited
cacheDescendantChildren() → void
Mark that this node can cache its descendantChildren.
inherited
containsFunctionWithName(String name, {bool caseInsensitive = false}) bool
inherited
defineRunContext(VMContext parentContext) VMContext
inherited
execute(String entryFunctionName, List? positionalParameters, Map? namedParameters, {ApolloExternalFunctionMapper? externalFunctionMapper, VMObject? classInstanceObject, Map<String, ASTValue>? classInstanceFields, VMTypeResolver? typeResolver}) FutureOr<ASTValue>
getField(String name, {bool caseInsensitive = false}) ASTClassField?
inherited
getFunction(String fName, ASTFunctionSignature parametersSignature, VMContext context, {bool caseInsensitive = false}) ASTFunctionDeclaration?
inherited
getFunctionReturnType<T>(String name, ASTFunctionSignature parametersTypes, VMContext context) ASTType<T>?
inherited
getFunctionWithName(String name, {bool caseInsensitive = false}) ASTFunctionSet?
inherited
getFunctionWithParameters(String entryFunctionName, List? positionalParameters, Map? namedParameters, {ApolloExternalFunctionMapper? externalFunctionMapper, VMTypeResolver? typeResolver}) FutureOr<ASTFunctionDeclaration?>
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
inherited
resolveType(VMContext? context) ASTType
inherited
run(VMContext parentContext, ASTRunStatus runStatus) FutureOr<ASTValue>
inherited
set(ASTBlock? other) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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