org.cheffo.jeplite.function
Class PostfixMathCommand.Divide

java.lang.Object
  |
  +--org.cheffo.jeplite.function.PostfixMathCommand
        |
        +--org.cheffo.jeplite.function.PostfixMathCommand.Divide
Enclosing class:
PostfixMathCommand

public static class PostfixMathCommand.Divide
extends PostfixMathCommand


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.Divide()
           
 
Method Summary
 double operation(double[] params)
           
 void run(DoubleStack stack)
           
 
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

PostfixMathCommand.Divide

public PostfixMathCommand.Divide()
Method Detail

run

public final void run(DoubleStack stack)
Overrides:
run in class PostfixMathCommand

operation

public final double operation(double[] params)
                       throws ParseException
Overrides:
operation in class PostfixMathCommand
ParseException