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