|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.eval.NumericOperationEval
org.apache.poi.hssf.record.formula.eval.AddEval
Constructor Summary | |
AddEval(Ptg ptg)
|
Method Summary | |
Eval |
evaluate(Eval[] operands,
int srcRow,
short srcCol)
|
int |
getNumberOfOperands()
|
int |
getType()
|
ValueEvalToNumericXlator |
getXlator()
|
Methods inherited from class org.apache.poi.hssf.record.formula.eval.NumericOperationEval |
singleOperandEvaluate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AddEval(Ptg ptg)
Method Detail |
public ValueEvalToNumericXlator getXlator()
getXlator
in class NumericOperationEval
public Eval evaluate(Eval[] operands, int srcRow, short srcCol)
public int getNumberOfOperands()
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |