Modifier and Type | Field and Description |
---|---|
private int |
field_1_reserved |
private short |
field_2_subex_len |
static short |
sid |
private static int |
SIZE |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
Constructor and Description |
---|
MemAreaPtg()
Creates new MemAreaPtg
|
MemAreaPtg(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
byte |
getDefaultOperandClass() |
int |
getReserved() |
int |
getSize() |
short |
getSubexpressionLength() |
void |
setReserved(int res) |
void |
setSubexpressionLength(short subexlen) |
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 short sid
private static final int SIZE
private int field_1_reserved
private short field_2_subex_len
public MemAreaPtg()
public MemAreaPtg(RecordInputStream in)
public void setReserved(int res)
public int getReserved()
public void setSubexpressionLength(short subexlen)
public short getSubexpressionLength()
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