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

Nested Classes

Nested classes/interfaces declared in interface com.sun.source.tree.Tree

Tree.Kind

Methods

Modifier and Type Method Description
Name getLabel()

Returns the label for this continue statement.

Methods declared in interface com.sun.source.tree.Tree

accept, getKind

Methods

getLabel

Name getLabel()

Returns the label for this continue statement.

Returns:
the label