CallGraph class

Properties

dynamicCalls Iterable<CallGraphNode>
no setter
hashCode int
The hash code for this object.
no setterinherited
nodes List<CallGraphNode>
final
program ProgramInfo
final
root CallGraphNode
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collapse(NodeType type, {bool dropCallNodes = false}) CallGraph
Compute a collapsed version of the call-graph, where
computeDominators() → void
Compute dominator tree of the call-graph.
lookup(ProgramInfoNode node) CallGraphNode
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