Class JDoLoop

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

public class JDoLoop extends Object implements JStatement
Do loops
  • Field Details

    • test

      private JExpression test
      Test part of Do statement for determining exit state
    • body

      private JBlock body
      JBlock of statements which makes up body of this Do statement
  • Constructor Details

    • JDoLoop

      JDoLoop(JExpression test)
      Construct a Do statment
  • Method Details