Module jdk.compiler

Interface ContinueTree

  • All Superinterfaces:
    StatementTree, Tree


    public interface ContinueTree
    extends StatementTree
    A tree node for a continue statement. For example:
       continue;
       continue label ;
     
    Since:
    1.6
    See The Java™ Language Specification:
    section 14.16
    • Method Detail

      • getLabel

        Name getLabel​()
        Returns the label for this continue statement.
        Returns:
        the label