Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.stacktrace.tree |
Modifier and Type | Field and Description |
---|---|
private AggregatableFrame |
Node.frame
The frame associated with this node.
|
Modifier and Type | Method and Description |
---|---|
AggregatableFrame |
Node.getFrame() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.Integer |
Node.computeNodeId(Node parent,
AggregatableFrame frame) |
private Node |
StacktraceTreeModel.getOrCreateNode(Node parent,
AggregatableFrame frame) |
static Node |
Node.newRootNode(AggregatableFrame rootFrame) |
Constructor and Description |
---|
Node(Node parent,
AggregatableFrame frame) |