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) voidinit(JVar v, JExpression e) voidstate(JFormatter f) voidtest(JExpression e) void
-
Constructor Details
-
JForLoop
protected JForLoop()
-
-
Method Details
-
init
-
init
-
init
-
test
-
update
-
body
-
state
- Specified by:
statein interfaceJStatement
-