|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.eval.MissingArgEval
public final class MissingArgEval
Represents the (intermediate) evaluated result of a missing function argument. In most cases
this can be translated into BlankEval
but there are some notable exceptions. Functions
COUNT and COUNTA do count their missing args. Note - the differences between
MissingArgEval
and BlankEval
have not been investigated fully, so the POI
evaluator may need to be updated to account for these as they are found.
Field Summary | |
---|---|
static MissingArgEval |
instance
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MissingArgEval instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |