JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openjdk.jmc.flightrecorder.rules.tree
Interface ITreeVisitor<T>
Type Parameters:
T
- the payload of the tree nodes
All Known Implementing Classes:
BFTreeVisitor
,
DFTreeVisitor
,
LayerBreakdownVisitor
public interface
ITreeVisitor<T>
Simple visitor for tree nodes.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
visit
(
ITreeNode
<
T
> node)
Method Detail
visit
void visit(
ITreeNode
<
T
> node)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method