public class Variable
extends AllocatableValue
RegisterValue
or StackSlot) by a register allocator.| Modifier and Type | Field and Description |
|---|---|
int |
index
The identifier of the variable.
|
| Constructor and Description |
|---|
Variable(<any> kind,
int index)
Creates a new variable.
|