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
public interface StatementTree
extends Tree

A tree node used as the base class for the different kinds of statements.

Since:
1.6

Nested Classes

Nested classes/interfaces declared in interface com.sun.source.tree.Tree

Tree.Kind

Methods

Methods declared in interface com.sun.source.tree.Tree

accept, getKind