public abstract class OperandPtg extends Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Modifier | Constructor and Description |
|---|---|
protected |
OperandPtg() |
protected |
OperandPtg(OperandPtg other) |
| Modifier and Type | Method and Description |
|---|---|
abstract OperandPtg |
copy() |
boolean |
isBaseToken()
All Operand
Ptgs are classified ('relative', 'value', 'array') |
createPtg, doesFormulaReferToDeletedCell, getDefaultOperandClass, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSid, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericProperties, getGenericRecordTypeprotected OperandPtg()
protected OperandPtg(OperandPtg other)
public final boolean isBaseToken()
Ptgs are classified ('relative', 'value', 'array')isBaseToken in class Ptgfalse if this token is classified as 'reference', 'value', or 'array'public abstract OperandPtg copy()
copy in interface Duplicatablecopy in class PtgCopyright 2022 The Apache Software Foundation or its licensors, as applicable.