- All Superinterfaces:
Tree
- All Known Subinterfaces:
AssertTree, BlockTree, BreakTree, ClassTree, ContinueTree, DoWhileLoopTree, EmptyStatementTree, EnhancedForLoopTree, ExpressionStatementTree, ForLoopTree, IfTree, LabeledStatementTree, ReturnTree, SwitchTree, SynchronizedTree, ThrowTree, TryTree, VariableTree, WhileLoopTree, YieldTree
-
Nested Class Summary
Nested classes/interfaces declared in interface Tree
Tree.Kind
static enum
Enumerates all kinds of trees.
-
Method Summary
Methods declared in interface Tree
accept, getKind
<R,D> R
Accept method used to implement the visitor pattern.
Returns the kind of this tree.