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