VarDecStatement
A variable declaration.
| Methods |
| void |
addVariable(String name, Expr value)
Add a variable.
|
| void |
addVariable(String name, Expr value)
Add a variable.
Parameters:
name - the variable name
value - the init value
|
| String |
asString()
|
| String |
asString()
|
| void |
setMethod(MethodObj method)
|
| void |
setMethod(MethodObj method)
|
type
The type.
|