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

インタフェースContinueTree

  • すべてのスーパー・インタフェース:
    GotoTree, StatementTree, Tree


    public interface ContinueTree
    extends GotoTree
    「continue」文のツリー・ノードです。 たとえば、
       continue;
       continue label ;
     
    導入されたバージョン:
    9
    • メソッドの詳細

      • getLabel

        String getLabel​()
        このcontinue文に関連付けられたラベル。 このcontinue文に関連付けられたラベルがない場合はnullです。
        定義:
        インタフェースGotoTree内のgetLabel
        戻り値:
        このcontinue文に関連付けられたラベル。