|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.functions.TextFunction
public abstract class TextFunction
Field Summary | |
---|---|
protected static java.lang.String |
EMPTY_STRING
|
Constructor Summary | |
---|---|
TextFunction()
|
Method Summary | |
---|---|
protected ValueEval |
attemptXlateToText(ValueEval ve)
converts from Different ValueEval types to StringEval. |
protected ValueEval |
singleOperandEvaluate(Eval eval,
int srcRow,
short srcCol)
|
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.functions.Function |
---|
evaluate |
Field Detail |
---|
protected static final java.lang.String EMPTY_STRING
Constructor Detail |
---|
public TextFunction()
Method Detail |
---|
protected ValueEval singleOperandEvaluate(Eval eval, int srcRow, short srcCol)
protected ValueEval attemptXlateToText(ValueEval ve)
ve
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |