public class CDVariable extends CDExpression implements CDStatement
| Modifier and Type | Method and Description |
|---|---|
void |
declare(CDFormatter f) |
void |
express(CDFormatter f)
Prints itself as an expression.
|
java.lang.String |
getName() |
void |
state(CDFormatter f)
Prints itself as a statement.
|
public java.lang.String getName()
public void express(CDFormatter f) throws java.io.IOException
CDExpressionjava.io.IOExceptionpublic void declare(CDFormatter f) throws java.io.IOException
java.io.IOExceptionpublic void state(CDFormatter f) throws java.io.IOException
CDStatementstate in interface CDStatementjava.io.IOException