relaxngcc.codedom
Class CDExpressionStatement

java.lang.Object
  extended byrelaxngcc.codedom.CDExpressionStatement
All Implemented Interfaces:
CDStatement

public class CDExpressionStatement
extends java.lang.Object
implements CDStatement

CDExpression as a statement.

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Constructor Summary
CDExpressionStatement(CDExpression exp)
           
 
Method Summary
 void state(CDFormatter f)
          Prints itself as a statement.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDExpressionStatement

public CDExpressionStatement(CDExpression exp)
Method Detail

state

public void state(CDFormatter f)
           throws java.io.IOException
Description copied from interface: CDStatement
Prints itself as a statement.

Specified by:
state in interface CDStatement
Throws:
java.io.IOException