- All Superinterfaces:
StatementTree
,Tree
A tree node for a
break
statement.
For example:
break; break label ;
- See Java Language Specification:
-
14.15 The break Statement
- Since:
- 1.6
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getLabel
Name getLabel()Returns the label for thisbreak
statement.- Returns:
- the label
-