Interface LabeledStatementTree

All Superinterfaces:
StatementTree, Tree
public interface LabeledStatementTree
extends StatementTree

A tree node for a labeled statement. For example:

label : statement

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.

StatementTree getStatement()

Returns the statement that is labeled.

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

accept, getKind

Methods

getLabel

Name getLabel()

Returns the label.

Returns:
the label

getStatement

StatementTree getStatement()

Returns the statement that is labeled.

Returns:
the statement