Package org.apache.poi.ss.formula.ptg
Class OperandPtg
java.lang.Object
org.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.OperandPtg
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
AreaErrPtg
,AreaPtgBase
,Deleted3DPxg
,DeletedArea3DPtg
,DeletedRef3DPtg
,MemAreaPtg
,MemErrPtg
,MemFuncPtg
,NamePtg
,NameXPtg
,NameXPxg
,RefErrorPtg
,RefPtgBase
- Author:
- Josh Micich
-
Field Summary
Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal OperandPtg
copy()
final boolean
All OperandPtg
s are classified ('relative', 'value', 'array')Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg
createPtg, doesFormulaReferToDeletedCell, getDefaultOperandClass, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, write
-
Constructor Details
-
OperandPtg
public OperandPtg()
-
-
Method Details
-
isBaseToken
public final boolean isBaseToken()All OperandPtg
s are classified ('relative', 'value', 'array')- Specified by:
isBaseToken
in classPtg
- Returns:
false
if this token is classified as 'reference', 'value', or 'array'
-
copy
-