|
||||||||||
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.PercentEval
public final class PercentEval
Implementation of Excel formula token '%'.
Field Summary | |
---|---|
static OperationEval |
instance
|
Method Summary | |
---|---|
Eval |
evaluate(Eval[] args,
int srcRow,
short srcCol)
|
int |
getNumberOfOperands()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OperationEval instance
Method Detail |
---|
public Eval evaluate(Eval[] args, int srcRow, short srcCol)
evaluate
in interface OperationEval
public int getNumberOfOperands()
getNumberOfOperands
in interface OperationEval
public final int getType()
getType
in interface OperationEval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |