|
|||||||||||
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.FunctionEval
org.apache.poi.hssf.record.formula.eval.FuncVarEval
Field Summary |
Fields inherited from class org.apache.poi.hssf.record.formula.eval.FunctionEval |
functions |
Constructor Summary | |
FuncVarEval(Ptg funcPtg)
|
Method Summary | |
Eval |
evaluate(Eval[] operands,
int srcRow,
short srcCol)
|
short |
getFunctionIndex()
|
int |
getNumberOfOperands()
|
int |
getType()
|
Methods inherited from class org.apache.poi.hssf.record.formula.eval.FunctionEval |
getFunction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FuncVarEval(Ptg funcPtg)
Method Detail |
public Eval evaluate(Eval[] operands, int srcRow, short srcCol)
public int getNumberOfOperands()
public int getType()
public short getFunctionIndex()
getFunctionIndex
in class FunctionEval
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |