Interface ContinueTree

All Superinterfaces:
StatementTree, Tree

public interface ContinueTree extends StatementTree
A tree node for a continue statement. For example:
   continue;
   continue label ;
 
See Java Language Specification:
14.16 The continue Statement
Since:
1.6
  • Nested Class Summary Link icon

    Nested classes/interfaces declared in interface Tree Link icon

    Tree.Kind
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the label for this continue statement.

    Methods declared in interface Tree Link icon

    accept, getKind
  • Method Details Link icon

    • getLabel Link icon

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