Interface BreakTree

All Superinterfaces:
StatementTree, Tree
public interface BreakTree
extends StatementTree

A tree node for a break statement. For example:

break;

   break 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 break statement.

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

accept, getKind

Methods

getLabel

Name getLabel()

Returns the label for this break statement.

Returns:
the label