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, toStringpublic static final byte sid
private short field_1_len_ref_subexpression
public MemFuncPtg()
public MemFuncPtg(RecordInputStream in)
public void writeBytes(byte[] array,
              int offset)
PtgwriteBytes in class Ptgpublic String toFormulaString(Workbook book)
PtgtoFormulaString in class Ptgpublic byte getDefaultOperandClass()
getDefaultOperandClass in class Ptgpublic int getNumberOfOperands()
public int getLenRefSubexpression()
public void setLenRefSubexpression(int len)
Copyright © 2015 Open Microscopy Environment