Modifier and Type | Class and Description |
---|---|
(package private) class |
ForJBlock |
Modifier and Type | Method and Description |
---|---|
JFor |
JBlock._for()
Insert a
for loop at this point. |
JFor |
BasicJBlock._for() |
JFor |
ForJBlock.test(JExpr expr) |
JFor |
JFor.test(JExpr expr)
Add a test expression.
|
JFor |
ForJBlock.update(JExpr updateExpr) |
JFor |
JFor.update(JExpr updateExpr)
Add an update expression.
|