com.sun.codemodel
Class JForLoop
java.lang.Object
com.sun.codemodel.JForLoop
- All Implemented Interfaces:
- JStatement
public class JForLoop
- extends java.lang.Object
- implements JStatement
For statement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JForLoop
public JForLoop()
init
public JVar init(int mods,
JType type,
java.lang.String var,
JExpression e)
init
public JVar init(JType type,
java.lang.String var,
JExpression e)
init
public void init(JVar v,
JExpression e)
test
public void test(JExpression e)
update
public void update(JExpression e)
body
public JBlock body()
state
public void state(JFormatter f)
- Specified by:
state
in interface JStatement
Copyright © 2005-2008 Sun Microsystems. All Rights Reserved.