-
所有超接口:
-
Tree
-
所有已知子接口:
-
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
用作不同类型语句的基类的树节点。
-
参见 Java语言规范:
-
14 Blocks and Statements
-
自版本:
-
1.6
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.Tree
Tree.Kind
-