Package com.sun.codemodel
Class JForLoop
java.lang.Object
com.sun.codemodel.JForLoop
- All Implemented Interfaces:
JStatement
For statement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody()
init
(int mods, JType type, String var, JExpression e) init
(JType type, String var, JExpression e) void
init
(JVar v, JExpression e) void
state
(JFormatter f) void
test
(JExpression e) void
-
Constructor Details
-
JForLoop
public JForLoop()
-
-
Method Details
-
init
-
init
-
init
-
test
-
update
-
body
-
state
- Specified by:
state
in interfaceJStatement
-