public class CDObjectCreateExpression extends CDExpression implements CDStatement
Modifier and Type | Method and Description |
---|---|
CDObjectCreateExpression |
arg(CDExpression arg) |
void |
express(CDFormatter f)
Prints itself as an expression.
|
void |
state(CDFormatter f)
Prints itself as a statement.
|
public CDObjectCreateExpression arg(CDExpression arg)
public void express(CDFormatter f) throws java.io.IOException
CDExpression
java.io.IOException
public void state(CDFormatter f) throws java.io.IOException
CDStatement
state
in interface CDStatement
java.io.IOException