StatementTree
, Tree
public interface ContinueTree extends StatementTree
continue
statement.
For example:
continue; continue label ;
Modifier and Type | Method | Description |
---|---|---|
Name |
getLabel() |
Returns the label for this
continue statement. |
Name getLabel()
continue
statement. Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b148-1