public final class RangePtg extends OperationPtg
Modifier and Type | Field and Description |
---|---|
static RangePtg |
instance |
static byte |
sid |
static int |
SIZE |
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Modifier and Type | Method and Description |
---|---|
RangePtg |
copy() |
int |
getNumberOfOperands()
The number of operands expected by the operations
|
byte |
getSid() |
int |
getSize() |
boolean |
isBaseToken() |
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
java.lang.String |
toFormulaString(java.lang.String[] operands)
implementation of method from OperationsPtg
|
void |
write(LittleEndianOutput out) |
getDefaultOperandClass, getGenericProperties
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public static final int SIZE
public static final byte sid
public static final RangePtg instance
public final boolean isBaseToken()
isBaseToken
in class Ptg
false
if this token is classified as 'reference', 'value', or 'array'public byte getSid()
public int getSize()
public void write(LittleEndianOutput out)
public java.lang.String toFormulaString()
Ptg
toFormulaString
in class Ptg
public java.lang.String toFormulaString(java.lang.String[] operands)
toFormulaString
in class OperationPtg
OperationPtg.getNumberOfOperands()
public int getNumberOfOperands()
OperationPtg
getNumberOfOperands
in class OperationPtg
public RangePtg copy()
copy
in interface Duplicatable
copy
in class Ptg
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.