模块 jdk.compiler

接口 ContinueTree

所有父级接口:
StatementTree , Tree

public interface ContinueTree extends StatementTree
continue 语句的树节点。例如:
  continue;
  continue label ;
 
Java 语言规范:
14.16 继续声明
自从:
1.6
  • 内部类总结

    在接口 com.sun.source.tree.Tree 中声明的嵌套类/接口

    Tree.Kind
  • 方法总结

    修饰符和类型
    方法
    描述
    返回此 continue 语句的标签。

    在接口 com.sun.source.tree.Tree 中声明的方法

    accept, getKind
  • 方法详情

    • getLabel

      Name  getLabel()
      返回此 continue 语句的标签。
      返回:
      标签