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
CDExpression
java.io.IOException
public void declare(CDFormatter f) throws java.io.IOException
java.io.IOException
public void state(CDFormatter f) throws java.io.IOException
CDStatement
state
in interface CDStatement
java.io.IOException