@Exported 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, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b80