Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules.tree | |
org.openjdk.jmc.flightrecorder.rules.tree.traversal |
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.accept(ITreeVisitor<T> visitor) |
void |
ITreeNode.accept(ITreeVisitor<T> visitor) |
Modifier and Type | Class and Description |
---|---|
class |
BFTreeVisitor<T>
Breadth first visitor class.
|
class |
DFTreeVisitor<T>
Depth first visitor.
|
class |
LayerBreakdownVisitor |