模块  jdk.compiler
软件包  com.sun.source.tree

Interface ContinueTree

  • All Superinterfaces:
    StatementTree

    public interface ContinueTree
    extends StatementTree
    continue语句的树节点。 例如:
      continue;
       continue label ; 
    从以下版本开始:
    1.6
    See The Java™ Language Specification:
    第14.16节
    • 方法详细信息

      • getLabel

        Name getLabel()
        返回此 continue语句的标签。
        结果
        the label