curNumberOfParameters, numberOfParameters| 构造器和说明 |
|---|
IIf() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
iif(Object src,
Object trueVal,
Object falseVal) |
void |
run(Stack stack)
Calculates the result of applying the "+" operator to the arguments from
the stack and pushes it back on the stack.
|
checkStack, getNumberOfParameters, setCurNumberOfParameterspublic void run(Stack stack) throws ParseException
run 在接口中 FunctionIrun 在类中 FunctionParseExceptionpublic Object iif(Object src, Object trueVal, Object falseVal) throws ParseException
ParseExceptionCopyright © 2023 onecode. All rights reserved.