| Constructor and Description |
|---|
VariableDeclaration(java.lang.String name,
int offset) |
VariableDeclaration(java.lang.String type,
java.lang.String name,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
int |
getOffset() |
java.lang.String |
getType()
Returns the type of this variable.
|