public class IntPtg extends Ptg
Modifier and Type | Field and Description |
---|---|
private short |
field_1_value |
static byte |
sid |
static int |
SIZE |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
Modifier | Constructor and Description |
---|---|
private |
IntPtg() |
|
IntPtg(RecordInputStream in) |
|
IntPtg(String formulaToken) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
byte |
getDefaultOperandClass() |
int |
getSize() |
short |
getValue() |
void |
setValue(short value) |
String |
toFormulaString(Workbook book)
return a string representation of this token alone
|
void |
writeBytes(byte[] array,
int offset)
write this Ptg to a byte array
|
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString, toString
public static final int SIZE
public static final byte sid
private short field_1_value
private IntPtg()
public IntPtg(RecordInputStream in)
public IntPtg(String formulaToken)
public void setValue(short value)
public short getValue()
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class Ptg
public String toFormulaString(Workbook book)
Ptg
toFormulaString
in class Ptg
public byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
Copyright © 2015 Open Microscopy Environment