|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rychlik.calculator.StackMachine.SymbolTableEntry
com.rychlik.calculator.StackMachine.Function
public class StackMachine.Function
Describe class Function
here.
Field Summary | |
---|---|
int |
argbase
Describe variable argbase here. |
int |
nargs
Describe variable nargs here. |
int |
progbase
Describe variable progbase here. |
Constructor Summary | |
---|---|
StackMachine.Function(java.lang.String name,
int progbase,
int argbase,
int nargs)
Creates a new Function instance. |
Method Summary |
---|
Methods inherited from class com.rychlik.calculator.StackMachine.SymbolTableEntry |
---|
getName, rename |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int progbase
progbase
here.
public final int argbase
argbase
here.
public final int nargs
nargs
here.
Constructor Detail |
---|
public StackMachine.Function(java.lang.String name, int progbase, int argbase, int nargs)
Function
instance.
name
- a String
valueprogbase
- an int
valueargbase
- an int
valuenargs
- an int
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |