|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
All function classes must implement this interface to ensure that the run() method is implemented.
| Method Summary | |
int |
getNumberOfParameters()
Returns the number of required parameters, or -1 if any number of parameters is allowed. |
void |
run(java.util.Stack aStack)
Run the function on the stack. |
void |
setCurNumberOfParameters(int n)
Sets the number of current number of parameters used in the next call of run(). |
| Method Detail |
public void run(java.util.Stack aStack)
throws ParseException
ParseExceptionpublic int getNumberOfParameters()
public void setCurNumberOfParameters(int n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||