com.sun.codemodel
Class JWhileLoop
java.lang.Object
com.sun.codemodel.JWhileLoop
- All Implemented Interfaces:
- JStatement
public class JWhileLoop
- extends Object
- implements JStatement
While statement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
test
public JExpression test()
body
public JBlock body()
state
public void state(JFormatter f)
- Specified by:
state
in interface JStatement
Copyright © 2005-2012 Oracle. All Rights Reserved.