public class Procedure
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
numberOfVariables |
| Constructor | Description |
|---|---|
Procedure() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
allocateSlotNumber() |
Allocate a slot number for a variable
|
int |
getNumberOfVariables() |
Get number of variables (size of stack frame)
|