DartBlockProgramTreeCustomFunctionNode class
- Inheritance
-
- Object
- DartBlockProgramTreeNode
- DartBlockProgramTreeCustomFunctionNode
Constructors
- DartBlockProgramTreeCustomFunctionNode(DartBlockFunction customFunction, DartBlockProgramTreeNode? parent)
Properties
-
children
→ List<
DartBlockProgramTreeNode> -
finalinherited
- customFunction → DartBlockFunction
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → int
-
finalinherited
- parent → DartBlockProgramTreeNode?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
findAllVariableDefinitions(
) → List< DartBlockVariableDefinition> -
inherited
-
findNodeByKey(
int key) → DartBlockProgramTreeNode? -
inherited
-
findVariableDefinitions(
int key, {bool includeNode = false}) → List< DartBlockVariableDefinition> -
inherited
-
getMaxDepth(
) → int -
override
-
getStatementTypeUsageCount(
) → Map< StatementType, int> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited