org.apache.poi.hssf.record.formula.eval
Interface OperationEval

All Superinterfaces:
Eval
All Known Implementing Classes:
FunctionEval, NumericOperationEval, RelationalOperationEval, StringOperationEval, UnaryPlusEval

public interface OperationEval
extends Eval

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com >

Method Summary
 Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol)
           
 int getNumberOfOperands()
           
 int getType()
           
 

Method Detail

evaluate

public Eval evaluate(Eval[] evals,
                     int srcCellRow,
                     short srcCellCol)

getNumberOfOperands

public int getNumberOfOperands()

getType

public int getType()


Copyright 2005 The Apache Software Foundation or its licensors, as applicable.