Package relaxngcc.codedom
Class CDObjectCreateExpression
- java.lang.Object
-
- relaxngcc.codedom.CDExpression
-
- relaxngcc.codedom.CDObjectCreateExpression
-
- All Implemented Interfaces:
CDStatement
public class CDObjectCreateExpression extends CDExpression implements CDStatement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDObjectCreateExpression
arg(CDExpression arg)
void
express(CDFormatter f)
void
state(CDFormatter f)
Prints itself as a statement.
-
-
-
Method Detail
-
arg
public CDObjectCreateExpression arg(CDExpression arg)
-
express
public void express(CDFormatter f) throws java.io.IOException
- Throws:
java.io.IOException
-
state
public void state(CDFormatter f) throws java.io.IOException
Description copied from interface:CDStatement
Prints itself as a statement.- Specified by:
state
in interfaceCDStatement
- Throws:
java.io.IOException
-
-