public class MemFuncPtg extends ControlPtg
Modifier and Type | Field and Description |
---|---|
private short |
field_1_len_ref_subexpression |
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
Constructor and Description |
---|
MemFuncPtg() |
MemFuncPtg(RecordInputStream in)
Creates new function pointer from a byte array
usually called while reading an excel file.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
byte |
getDefaultOperandClass() |
int |
getLenRefSubexpression() |
int |
getNumberOfOperands() |
int |
getSize() |
void |
setLenRefSubexpression(int len) |
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 byte sid
private short field_1_len_ref_subexpression
public MemFuncPtg()
public MemFuncPtg(RecordInputStream in)
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
public int getNumberOfOperands()
public int getLenRefSubexpression()
public void setLenRefSubexpression(int len)
Copyright © 2015 Open Microscopy Environment