public abstract class OperandPtg extends Ptg implements Cloneable
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Constructor and Description |
---|
OperandPtg() |
Modifier and Type | Method and Description |
---|---|
OperandPtg |
copy() |
boolean |
isBaseToken()
All Operand
Ptg s are classified ('relative', 'value', 'array') |
clone, createPtg, createPtg, doesFormulaReferToDeletedCell, getDefaultOperandClass, getEncodedSize, getEncodedSize, getEncodedSizeWithoutArrayData, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, getSize, readTokens, readTokens, serializePtgs, serializePtgs, setClass, toFormulaString, toString, write, write
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 final OperandPtg copy()
Copyright © 2020. All rights reserved.