Interface StatementTree

All Superinterfaces:
Tree
All Known Subinterfaces:
BlockTree, BreakTree, ClassDeclarationTree, ConditionalLoopTree, ContinueTree, DebuggerTree, DoWhileLoopTree, EmptyStatementTree, ExpressionStatementTree, ForInLoopTree, ForLoopTree, ForOfLoopTree, FunctionDeclarationTree, GotoTree, IfTree, LabeledStatementTree, LoopTree, ReturnTree, SwitchTree, ThrowTree, TryTree, VariableTree, WhileLoopTree, WithTree

public interface StatementTree extends Tree
A tree node used as the base class for the different kinds of statements.
Since:
9