|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.OperationPtg
org.apache.poi.ss.formula.ptg.AbstractFunctionPtg
org.apache.poi.ss.formula.ptg.FuncPtg
public final class FuncPtg
| Field Summary | |
|---|---|
static byte |
sid
|
static int |
SIZE
|
| Fields inherited from class org.apache.poi.ss.formula.ptg.AbstractFunctionPtg |
|---|
FUNCTION_NAME_IF |
| Fields inherited from class org.apache.poi.ss.formula.ptg.OperationPtg |
|---|
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY |
| Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg |
|---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY |
| Method Summary | |
|---|---|
static FuncPtg |
create(int functionIndex)
|
static FuncPtg |
create(LittleEndianInput in)
|
int |
getSize()
|
void |
write(LittleEndianOutput out)
|
| Methods inherited from class org.apache.poi.ss.formula.ptg.AbstractFunctionPtg |
|---|
getDefaultOperandClass, getFunctionIndex, getName, getNumberOfOperands, getParameterClass, isBaseToken, isBuiltInFunctionName, isExternalFunction, lookupIndex, lookupName, toFormulaString, toFormulaString, toString |
| Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg |
|---|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte sid
public static final int SIZE
| Method Detail |
|---|
public static FuncPtg create(LittleEndianInput in)
public static FuncPtg create(int functionIndex)
public void write(LittleEndianOutput out)
write in class Ptgpublic int getSize()
getSize in class AbstractFunctionPtg
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||