org.jboss.jdeparser
Class JForLoop
java.lang.Object
org.jboss.jdeparser.JForLoop
- All Implemented Interfaces:
- JStatement
public class JForLoop
- extends 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,
String var,
JExpression e)
init
public JVar init(JType type,
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 © 2013 JBoss by Red Hat. All Rights Reserved.