com.sun.codemodel
Class JDoLoop

java.lang.Object
  extended by com.sun.codemodel.JDoLoop
All Implemented Interfaces:
JStatement

public class JDoLoop
extends Object
implements JStatement

Do loops


Method Summary
 JBlock body()
           
 void state(JFormatter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

body

public JBlock body()

state

public void state(JFormatter f)
Specified by:
state in interface JStatement


Copyright © 2005-2013 Oracle. All Rights Reserved.