| Package | Description |
|---|---|
| com.sun.codemodel |
Library for generating Java source code
|
| Modifier and Type | Method | Description |
|---|---|---|
JLabel |
JBlock.label(java.lang.String name) |
Create a label, which can be referenced from
continue and break statements. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JBlock._break(JLabel label) |
|
void |
JBlock._continue(JLabel label) |
Create a continue statement and add it to this block
|
Copyright © 2017 Oracle Corporation. All rights reserved.