Package relaxngcc.codedom
Class CDVariable
- java.lang.Object
-
- relaxngcc.codedom.CDExpression
-
- relaxngcc.codedom.CDVariable
-
- All Implemented Interfaces:
CDStatement
public class CDVariable extends CDExpression implements CDStatement
CDVariable. Can be used as an CDExpression to refer to this variable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
declare(CDFormatter f)
void
express(CDFormatter f)
java.lang.String
getName()
void
state(CDFormatter f)
Prints itself as a statement.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
express
public void express(CDFormatter f) throws java.io.IOException
- Throws:
java.io.IOException
-
declare
public void declare(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
-
-