DartBlockProgramTreeNode class sealed

Implementers

Properties

children List<DartBlockProgramTreeNode>
final
hashCode int
The hash code for this object.
no setterinherited
key int
final
parent DartBlockProgramTreeNode?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findAllVariableDefinitions() List<DartBlockVariableDefinition>
findNodeByKey(int key) DartBlockProgramTreeNode?
findVariableDefinitions(int key, {bool includeNode = false}) List<DartBlockVariableDefinition>
getMaxDepth() int
getStatementTypeUsageCount() Map<StatementType, int>
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