org.shiftone.bigcalc.core.operation.binary.logic
Class OrBinaryOperation

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

public class OrBinaryOperation
extends java.lang.Object
implements BinaryOperation

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

Constructor Summary
OrBinaryOperation()
           
 
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

OrBinaryOperation

public OrBinaryOperation()
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