org.shiftone.bigcalc.core.operation.binary.compare
Class EqualsOperation

java.lang.Object
  extended byorg.shiftone.bigcalc.core.operation.binary.compare.EqualsOperation
All Implemented Interfaces:
BinaryOperation

public class EqualsOperation
extends java.lang.Object
implements BinaryOperation

Version:
$Revision: 1.4 $
Author:
$Author: jeffdrost $

Constructor Summary
EqualsOperation()
           
 
Method Summary
 java.lang.Object evaluate(Context stdContext, java.lang.Object lhs, java.lang.Object rhs)
           
 java.lang.String getSymbol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqualsOperation

public EqualsOperation()
Method Detail

evaluate

public java.lang.Object evaluate(Context stdContext,
                                 java.lang.Object lhs,
                                 java.lang.Object rhs)
                          throws java.lang.Exception
Specified by:
evaluate in interface BinaryOperation
Throws:
java.lang.Exception

getSymbol

public java.lang.String getSymbol()
Specified by:
getSymbol in interface BinaryOperation