StatementTree
, Tree
public interface ContinueTree extends StatementTree
continue
statement.
For example:
continue; continue label ;
Modifier and Type | Method and Description |
---|---|
Name |
getLabel()
Returns the label for this
continue statement. |
Name getLabel()
continue
statement.
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-31-194618.buildd.src