-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static byte |
sid |
static int |
SIZE |
-
Method Summary
-
Methods inherited from class org.apache.poi.ss.formula.ptg.AbstractFunctionPtg
getDefaultOperandClass, getFunctionIndex, getGenericProperties, getName, getNumberOfOperands, getParameterClass, isBaseToken, isBuiltInFunctionName, isExternalFunction, lookupIndex, lookupName, lookupName, toFormulaString, toFormulaString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getSid
public byte getSid()
- Specified by:
getSid
in class Ptg
- Returns:
- structure id of the parsed thing, or
-1
if the record has no sid
-
getSize
public int getSize()
- Specified by:
getSize
in class AbstractFunctionPtg
- Returns:
- the encoded length of this Ptg, including the initial Ptg type identifier byte.
-
copy
public FuncPtg copy()
- Specified by:
copy
in interface Duplicatable
- Specified by:
copy
in class Ptg
- Returns:
- a deep copy of the implementing class / instance
Copyright 2022 The Apache Software Foundation or
its licensors, as applicable.