ASTFunctionSet class abstract

An AST Function Set.

Mixed in types
Implementers
Available Extensions

Constructors

ASTFunctionSet()

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
firstFunction ASTFunctionDeclaration
no setter
functions List<ASTFunctionDeclaration>
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
parentNode ASTNode?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(ASTFunctionDeclaration f) ASTFunctionSet
cacheDescendantChildren() → void
Mark that this node can cache its descendantChildren.
inherited
get(ASTFunctionSignature parametersSignature, bool exactTypes) 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
toString() String
A string representation of this object.
inherited

Operators

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