org.apache.poi.hssf.record.formula.eval
Interface OperationEval
- All Superinterfaces:
- Eval
- All Known Implementing Classes:
- AddEval, ConcatEval, DivideEval, EqualEval, FunctionEval, FuncVarEval, GreaterEqualEval, GreaterThanEval, LessEqualEval, LessThanEval, MultiplyEval, NotEqualEval, NumericOperationEval, PowerEval, RelationalOperationEval, StringOperationEval, SubtractEval, UnaryMinusEval, UnaryPlusEval
public interface OperationEval
- extends Eval
- Author:
- Amol S. Deshmukh < amolweb at ya hoo dot com >
evaluate
Eval evaluate(Eval[] evals,
int srcCellRow,
short srcCellCol)
getNumberOfOperands
int getNumberOfOperands()
getType
int getType()
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.