public final class FuncPtg extends AbstractFunctionPtg
Modifier and Type | Field and Description |
---|---|
static byte |
sid |
static int |
SIZE |
FUNCTION_NAME_IF
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier and Type | Method and Description |
---|---|
static FuncPtg |
create(int functionIndex) |
static FuncPtg |
create(LittleEndianInput in) |
int |
getSize() |
void |
write(LittleEndianOutput out) |
getDefaultOperandClass, getFunctionIndex, getName, getNumberOfOperands, getParameterClass, isBaseToken, isBuiltInFunctionName, isExternalFunction, lookupIndex, lookupName, toFormulaString, toFormulaString, toInternalFormulaString, toString
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass
public static final byte sid
public static final int SIZE
public static FuncPtg create(LittleEndianInput in)
public static FuncPtg create(int functionIndex)
public void write(LittleEndianOutput out)
public int getSize()
getSize
in class AbstractFunctionPtg
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.