| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
JLabel |
JContinue.label() |
JLabel |
JBreak.label() |
JLabel |
JBlock.label(String name)
Create a label, which can be referenced from
continue and
break statements. |
| Modifier and Type | Method and Description |
|---|---|
JBreak |
JBlock._break(JLabel aLabel)
Create a break statement with an optional label and add it to this block
|
JContinue |
JBlock._continue(JLabel aLabel)
Create a continue statement with an optional label and add it to this block
|
| Constructor and Description |
|---|
JBreak(JLabel label)
JBreak constructor |
JContinue(JLabel label)
JContinue constructor. |
Copyright © 2013–2015 Philip Helger. All rights reserved.