public abstract class Variable
extends java.lang.Object
| Constructor and Description |
|---|
Variable(boolean isFinal,
Type type,
Token name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
Type |
getType() |
boolean |
isFinal() |