public final class IntPtg extends ScalarConstantPtg
Modifier and Type | Field and Description |
---|---|
static byte |
sid |
static int |
SIZE |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Constructor and Description |
---|
IntPtg(int value) |
IntPtg(LittleEndianInput in) |
Modifier and Type | Method and 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) |
getDefaultOperandClass, isBaseToken, toString
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass
public 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()
Ptg
toFormulaString
in class Ptg
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.