|
||||||||||
| 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()
|
| 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 OperationEvalargs - the evaluated operation arguments. Elements of this array typically implement
ValueEval. Empty values are represented with BlankEval or MissingArgEval, never null.srcRow - row index of the cell containing the formula under evaluationsrcCol - column index of the cell containing the formula under evaluation
ErrorEval, never null.public int getNumberOfOperands()
getNumberOfOperands in interface OperationEval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||