public class StackMachine.Function extends StackMachine.SymbolTableEntry
Function here.| Modifier and Type | Field and Description |
|---|---|
int |
argbase
Describe variable
argbase here. |
int |
nargs
Describe variable
nargs here. |
int |
progbase
Describe variable
progbase here. |
| Constructor and Description |
|---|
StackMachine.Function(java.lang.String name,
int progbase,
int argbase,
int nargs)
Creates a new
Function instance. |
getName, rename