public abstract class ValueOperatorPtg extends OperationPtg
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARYCLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Modifier | Constructor and Description |
|---|---|
protected |
ValueOperatorPtg() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getDefaultOperandClass() |
int |
getSize() |
boolean |
isBaseToken()
All Operator
Ptgs are base tokens (i.e. |
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
void |
write(LittleEndianOutput out) |
getGenericProperties, getNumberOfOperands, toFormulaStringcopy, createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSid, readTokens, serializePtgs, setClass, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic final boolean isBaseToken()
Ptgs are base tokens (i.e. are not RVA classified)isBaseToken in class Ptgfalse if this token is classified as 'reference', 'value', or 'array'public final byte getDefaultOperandClass()
getDefaultOperandClass in class OperationPtgpublic void write(LittleEndianOutput out)
public final int getSize()
public final java.lang.String toFormulaString()
PtgtoFormulaString in class PtgCopyright 2022 The Apache Software Foundation or its licensors, as applicable.