public final class FuncPtg extends AbstractFunctionPtg
Modifier and Type | Field | 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 | 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 2018 The Apache Software Foundation or its licensors, as applicable.