Package com.sun.codemodel
Class JDoLoop
java.lang.Object
com.sun.codemodel.JDoLoop
- All Implemented Interfaces:
JStatement
Do loops
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JBlock
JBlock of statements which makes up body of this Do statementprivate JExpression
Test part of Do statement for determining exit state -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
test
Test part of Do statement for determining exit state -
body
JBlock of statements which makes up body of this Do statement
-
-
Constructor Details
-
JDoLoop
JDoLoop(JExpression test) Construct a Do statment
-
-
Method Details
-
body
-
state
- Specified by:
state
in interfaceJStatement
-