-
- All Superinterfaces:
-
树
- 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 树
用作不同类型语句的基类的树节点。- 从以下版本开始:
- 9
-
-
方法摘要
-
Methods inherited from interface jdk.nashorn.api.tree.树
accept, getEndPosition, getKind, getStartPosition
-
-