public abstract class OperandPtg extends Ptg implements java.lang.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') |
createPtg, doesFormulaReferToDeletedCell, getDefaultOperandClass, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, 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 2018 The Apache Software Foundation or its licensors, as applicable.