public interface FunctionI
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getNumberOfParameters()
Returns the number of required parameters, or -1 if any number of
parameters is allowed.
|
void |
run(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().
|
void run(Stack aStack) throws ParseException
ParseExceptionint getNumberOfParameters()
void setCurNumberOfParameters(int n)
Copyright © 2023 onecode. All rights reserved.