|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.cheffo.jeplite.function.PostfixMathCommand
|
+--org.cheffo.jeplite.function.PostfixMathCommand.Power
| Nested Class Summary |
| Nested classes inherited from class org.cheffo.jeplite.function.PostfixMathCommand |
PostfixMathCommand.Comparative, PostfixMathCommand.Divide, PostfixMathCommand.Logical, PostfixMathCommand.Modulus, PostfixMathCommand.Multiply, PostfixMathCommand.Not, PostfixMathCommand.Power, PostfixMathCommand.Subtract |
| Field Summary |
| Fields inherited from class org.cheffo.jeplite.function.PostfixMathCommand |
ADD, AND, DIVIDE, MULTIPLY, numberOfParameters, OR, UMINUS |
| Constructor Summary | |
PostfixMathCommand.Power()
|
|
| Method Summary | |
double |
operation(double[] params)
|
void |
run(DoubleStack inStack)
|
| Methods inherited from class org.cheffo.jeplite.function.PostfixMathCommand |
fillFunctionTable, getNumberOfParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PostfixMathCommand.Power()
| Method Detail |
public final double operation(double[] params)
operation in class PostfixMathCommand
public final void run(DoubleStack inStack)
throws ParseException
run in class PostfixMathCommandParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||