Module jdk.compiler

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

public interface StatementTree extends Tree
A tree node used as the base class for the different kinds of statements.
See Java Language Specification:
14 Blocks and Statements
Since:
1.6