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