public static class PostfixMathCommand.Divide extends PostfixMathCommand
PostfixMathCommand.Comparative, PostfixMathCommand.Divide, PostfixMathCommand.Logical, PostfixMathCommand.Modulus, PostfixMathCommand.Multiply, PostfixMathCommand.Not, PostfixMathCommand.Power, PostfixMathCommand.Subtract| 构造器和说明 |
|---|
Divide() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
operation(double[] params) |
void |
run(DoubleStack stack) |
fillFunctionTable, getNumberOfParameterspublic final void run(DoubleStack stack)
run 在类中 PostfixMathCommandpublic final double operation(double[] params)
throws ParseException
operation 在类中 PostfixMathCommandParseException