|
||||||||||
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
public abstract class StringOperationEval
Constructor Summary | |
---|---|
StringOperationEval()
|
Method Summary | |
---|---|
protected ValueEval |
singleOperandEvaluate(Eval eval,
int srcRow,
short srcCol)
Returns an instanceof StringValueEval or ErrorEval or BlankEval |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.hssf.record.formula.eval.OperationEval |
---|
evaluate, getNumberOfOperands, getType |
Constructor Detail |
---|
public StringOperationEval()
Method Detail |
---|
protected ValueEval singleOperandEvaluate(Eval eval, int srcRow, short srcCol)
eval
- srcRow
- srcCol
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |