Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.stacktrace.tree |
Modifier and Type | Field and Description |
---|---|
(package private) Node |
Node.parent
The parent node; null when root.
|
private Node |
StacktraceTreeModel.root |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Node> |
Node.children
The child nodes; empty when leaf.
|
Modifier and Type | Method and Description |
---|---|
private Node |
StacktraceTreeModel.getOrCreateNode(Node parent,
AggregatableFrame frame) |
Node |
Node.getParent() |
Node |
StacktraceTreeModel.getRoot() |
static Node |
Node.newRootNode(AggregatableFrame rootFrame) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Node> |
Node.getChildren() |
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) |
Constructor and Description |
---|
Node(Node parent,
AggregatableFrame frame) |