org.shiftone.bigcalc.core.operation
Interface BinaryOperation

All Known Implementing Classes:
AbstractBinaryOperation, AddBinaryOperation, AndBinaryOperation, CompareOperation, DivideBinaryOperation, EqualsOperation, MultiplyBinaryOperation, OrBinaryOperation, PowerBinaryOperation, SubtractBinaryOperation

public interface BinaryOperation

Version:
$Revision: 1.10 $
Author:
$Author: jeffdrost $

Method Summary
 java.lang.Object evaluate(Context stdContext, java.lang.Object lhs, java.lang.Object rhs)
           
 java.lang.String getSymbol()
           
 

Method Detail

evaluate

public java.lang.Object evaluate(Context stdContext,
                                 java.lang.Object lhs,
                                 java.lang.Object rhs)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getSymbol

public java.lang.String getSymbol()