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
Ptg s are classified ('relative', 'value', 'array') |
createPtg, doesFormulaReferToDeletedCell, getDefaultOperandClass, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSid, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericProperties, getGenericRecordType
protected OperandPtg()
protected OperandPtg(OperandPtg other)
public final boolean isBaseToken()
Ptg
s are classified ('relative', 'value', 'array')isBaseToken
in class Ptg
false
if this token is classified as 'reference', 'value', or 'array'public abstract OperandPtg copy()
copy
in interface Duplicatable
copy
in class Ptg
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.