- 
- All Superinterfaces:
- StatementTree,- Tree
 
 public interface LabeledStatementTree extends StatementTree A tree node for a labeled statement. For example:label : statement - Since:
- 1.6
- See The Java™ Language Specification:
- section 14.7
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description NamegetLabel()Returns the label.StatementTreegetStatement()Returns the statement that is labeled.
 
- 
- 
- 
Method Detail- 
getLabelName getLabel() Returns the label.- Returns:
- the label
 
 - 
getStatementStatementTree getStatement() Returns the statement that is labeled.- Returns:
- the statement
 
 
- 
 
-