org.cheffo.jeplite.function
Class PostfixMathCommand.Not

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

public static class PostfixMathCommand.Not
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.Not()
           
 
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

PostfixMathCommand.Not

public PostfixMathCommand.Not()
Method Detail

operation

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

run

public void run(DoubleStack inStack)
         throws ParseException
Overrides:
run in class PostfixMathCommand
ParseException