| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
JContinue |
JBlock._continue()
Create a continue statement without a 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
|
Copyright © 2013–2015 Philip Helger. All rights reserved.