public class RefErrorPtg extends Ptg
Modifier and Type | Field and Description |
---|---|
private int |
field_1_reserved |
static byte |
sid |
private static int |
SIZE |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
Modifier | Constructor and Description |
---|---|
private |
RefErrorPtg() |
|
RefErrorPtg(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
byte |
getDefaultOperandClass() |
int |
getReserved() |
int |
getSize() |
void |
setReserved(int reserved) |
String |
toFormulaString(Workbook book)
return a string representation of this token alone
|
String |
toString()
Overridden toString method to ensure object hash is not printed.
|
void |
writeBytes(byte[] array,
int offset)
write this Ptg to a byte array
|
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString
private static final int SIZE
public static final byte sid
private int field_1_reserved
private RefErrorPtg()
public RefErrorPtg(RecordInputStream in)
public String toString()
Ptg
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class Ptg
public void setReserved(int reserved)
public int getReserved()
public String toFormulaString(Workbook book)
Ptg
toFormulaString
in class Ptg
public byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
Copyright © 2015 Open Microscopy Environment