Package org.jboss.jdeparser
Interface JFor
- All Superinterfaces:
JBlock
,JCommentable
,JStatement
- All Known Implementing Classes:
ForJBlock
A
for
loop.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jdeparser.JBlock
JBlock.Braces
-
Method Summary
Modifier and TypeMethodDescriptionAdd a loop initializer.Add a loop initializer.Add a loop initializer.Add a test expression.Add an update expression.Methods inherited from interface org.jboss.jdeparser.JBlock
_assert, _assert, _break, _break, _class, _continue, _continue, _do, _for, _if, _new, _new, _new, _newAnon, _newAnon, _newAnon, _return, _return, _switch, _synchronized, _throw, _try, _while, add, addAssign, andAssign, anonLabel, anonLabel, assign, blankLine, block, call, call, call, call, callStatic, callStatic, callStatic, callStatic, callSuper, callThis, divAssign, empty, forEach, forEach, forEach, forwardLabel, label, label, lshrAssign, modAssign, mulAssign, orAssign, postDec, postInc, preDec, preInc, shlAssign, shrAssign, subAssign, tempName, tempVar, tempVar, tempVar, var, var, var, var, var, var, xorAssign
Methods inherited from interface org.jboss.jdeparser.JCommentable
blockComment, lineComment
-
Method Details
-
init
Add a loop initializer.- Parameters:
mods
- the modifiers for the initializer variable declarationtype
- the type of the initializer variablesname
- the name of the first initializer variablevalue
- the initial value for the first initializer variable- Returns:
- the initializer variable declaration
-
init
Add a loop initializer.- Parameters:
mods
- the modifiers for the initializer variable declarationtype
- the type of the initializer variablesname
- the name of the first initializer variablevalue
- the initial value for the first initializer variable- Returns:
- the initializer variable declaration
-
init
Add a loop initializer.- Parameters:
mods
- the modifiers for the initializer variable declarationtype
- the type of the initializer variablesname
- the name of the first initializer variablevalue
- the initial value for the first initializer variable- Returns:
- the initializer variable declaration
-
test
Add a test expression.- Parameters:
expr
- the test expression- Returns:
- this
for
loop
-
update
Add an update expression.- Parameters:
updateExpr
- the update expression- Returns:
- this
for
loop
-