public final class IntPtg extends ScalarConstantPtg
| Modifier and Type | Field | Description |
|---|---|---|
static byte |
sid |
|
static int |
SIZE |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY| Constructor | Description |
|---|---|
IntPtg(int value) |
|
IntPtg(LittleEndianInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getSize() |
|
int |
getValue() |
|
static boolean |
isInRange(int i) |
Excel represents integers 0..65535 with the tInt token.
|
java.lang.String |
toFormulaString() |
return a string representation of this token alone
|
void |
write(LittleEndianOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreatePtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClassgetDefaultOperandClass, isBaseToken, toStringpublic static final int SIZE
public static final byte sid
public IntPtg(LittleEndianInput in)
public IntPtg(int value)
public static boolean isInRange(int i)
true if the specified value is within the range of values
IntPtg can represent.public int getValue()
public void write(LittleEndianOutput out)
public int getSize()
public java.lang.String toFormulaString()
PtgtoFormulaString in class PtgCopyright 2018 The Apache Software Foundation or its licensors, as applicable.