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

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

public class AndBinaryOperation
extends java.lang.Object
implements BinaryOperation

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

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

AndBinaryOperation

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