Interface StatementTree
- 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
A tree node used as the base class for the different kinds of
 statements.
- See Java Language Specification:
- 
14 Blocks, Statements, and Patterns
- Since:
- 1.6
- 
Nested Class Summary
- 
Method Summary