public class JDoLoop extends java.lang.Object implements JStatement
Modifier and Type | Field and Description |
---|---|
private JBlock |
body
JBlock of statements which makes up body of this Do statement
|
private JExpression |
test
Test part of Do statement for determining exit state
|
Constructor and Description |
---|
JDoLoop(JExpression test)
Construct a Do statment
|
Modifier and Type | Method and Description |
---|---|
JBlock |
body() |
void |
state(JFormatter f) |
private JExpression test
private JBlock body
JDoLoop(JExpression test)
public JBlock body()
public void state(JFormatter f)
state
in interface JStatement