public final class FuncVarPtg extends AbstractFunctionPtg
Modifier and Type | Field and Description |
---|---|
static byte |
sid |
static OperationPtg |
SUM
Single instance of this token for 'sum() taking a single argument'
|
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 FuncVarPtg |
create(LittleEndianInput in)
Creates new function pointer from a byte array
usually called while reading an excel file.
|
static FuncVarPtg |
create(java.lang.String pName,
int numArgs)
Create a function ptg from a string tokenised by the parser
|
int |
getSize() |
boolean |
isExternal() |
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 OperationPtg SUM
public static FuncVarPtg create(LittleEndianInput in)
public static FuncVarPtg create(java.lang.String pName, int numArgs)
public void write(LittleEndianOutput out)
public int getSize()
getSize
in class AbstractFunctionPtg
public boolean isExternal()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.