org.shiftone.bigcalc.core.operation
Class UnaryOperationFunctor
java.lang.Object
   org.shiftone.bigcalc.core.operation.UnaryOperationFunctor
org.shiftone.bigcalc.core.operation.UnaryOperationFunctor
- All Implemented Interfaces: 
- Functor
- public class UnaryOperationFunctor- extends java.lang.Object- implements Functor
- Version:
- $Revision: 1.10 $
- Author:
- $Author: jeffdrost $
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
UnaryOperationFunctor
public UnaryOperationFunctor(Functor functor,
                             UnaryOperation operation)
evaluate
public java.lang.Object evaluate(Context context)
                          throws java.lang.Exception
- 
- Specified by:
- evaluatein interface- Functor
 
- 
- Throws:
- java.lang.Exception
 
print
public void print(java.lang.StringBuffer sb,
                  Context context)
           throws java.lang.Exception
- 
- Specified by:
- printin interface- Functor
 
- 
- Throws:
- java.lang.Exception
 
toString
public java.lang.String toString()
- 
 
-