モジュール jdk.scripting.nashorn
パッケージ jdk.nashorn.api.tree

インタフェースStatementTree

すべてのスーパー・インタフェース:
Tree
既知のすべてのサブインタフェース:
BlockTree, BreakTree, ClassDeclarationTree, ConditionalLoopTree, ContinueTree, DebuggerTree, DoWhileLoopTree, EmptyStatementTree, ExpressionStatementTree, ForInLoopTree, ForLoopTree, ForOfLoopTree, FunctionDeclarationTree, GotoTree, IfTree, LabeledStatementTree, LoopTree, ReturnTree, SwitchTree, ThrowTree, TryTree, VariableTree, WhileLoopTree, WithTree

@Deprecated(since="11",
            forRemoval=true)
public interface StatementTree
extends Tree
削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
Nashorn JavaScriptスクリプト・エンジンとAPIおよびjjsツールは、将来のリリースでこれらを削除する目的で非推奨になりました。
異なる種類の文の基底クラスとして使用されるツリー・ノードです。
導入されたバージョン:
9
  • ネストされたクラスのサマリー

    インタフェース jdk.nashorn.api.tree.Treeで宣言されたネストされたクラス/インタフェース

    Tree.Kind
  • メソッドのサマリー

    インタフェース jdk.nashorn.api.tree.Treeで宣言されたメソッド

    accept, getEndPosition, getKind, getStartPosition