public class ExpPtg extends Ptg
| Modifier and Type | Field and Description |
|---|---|
private short |
field_1_first_row |
private short |
field_2_first_col |
static short |
sid |
private static int |
SIZE |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass| Constructor and Description |
|---|
ExpPtg()
Creates new ExpPtg
|
ExpPtg(RecordInputStream in)
Creates new ExpPtg
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
short |
getColumn() |
byte |
getDefaultOperandClass() |
short |
getRow() |
int |
getSize() |
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, toDebugStringprivate static final int SIZE
public static final short sid
private short field_1_first_row
private short field_2_first_col
public ExpPtg()
public ExpPtg(RecordInputStream in)
public void writeBytes(byte[] array,
int offset)
PtgwriteBytes in class Ptgpublic short getRow()
public short getColumn()
public String toFormulaString(Workbook book)
PtgtoFormulaString in class Ptgpublic String toString()
Ptgpublic byte getDefaultOperandClass()
getDefaultOperandClass in class PtgCopyright © 2015 Open Microscopy Environment