|
||||||||||
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.StringOperationEval
org.apache.poi.hssf.record.formula.eval.ConcatEval
public class ConcatEval
Constructor Summary | |
---|---|
ConcatEval(Ptg ptg)
|
Method Summary | |
---|---|
Eval |
evaluate(Eval[] operands,
int srcRow,
short srcCol)
|
int |
getNumberOfOperands()
|
int |
getType()
|
Methods inherited from class org.apache.poi.hssf.record.formula.eval.StringOperationEval |
---|
singleOperandEvaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConcatEval(Ptg ptg)
Method Detail |
---|
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 |