- All Superinterfaces:
StatementTree
,Tree
A tree node for a labeled statement.
For example:
label : statement
- See Java Language Specification:
-
14.7 Labeled Statements
- Since:
- 1.6
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the label.Returns the statement that is labeled.
-
Method Details
-
getLabel
Name getLabel()Returns the label.- Returns:
- the label
-
getStatement
StatementTree getStatement()Returns the statement that is labeled.- Returns:
- the statement
-