Package loci.poi.hssf.record.formula
Class MemFuncPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.ControlPtg
loci.poi.hssf.record.formula.MemFuncPtg
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Field Summary
FieldsFields inherited from class loci.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass -
Constructor Summary
ConstructorsConstructorDescriptionCreates new function pointer from a byte array usually called while reading an excel file. -
Method Summary
Modifier and TypeMethodDescriptionclone()byteintintintgetSize()voidsetLenRefSubexpression(int len) toFormulaString(Workbook book) return a string representation of this token alonevoidwriteBytes(byte[] array, int offset) write this Ptg to a byte arrayMethods inherited from class loci.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString, toString
-
Field Details
-
sid
public static final byte sid- See Also:
-
-
Constructor Details
-
MemFuncPtg
public MemFuncPtg() -
MemFuncPtg
Creates new function pointer from a byte array usually called while reading an excel file.
-
-
Method Details
-
getSize
public int getSize() -
writeBytes
public void writeBytes(byte[] array, int offset) Description copied from class:Ptgwrite this Ptg to a byte array- Specified by:
writeBytesin classPtg
-
toFormulaString
Description copied from class:Ptgreturn a string representation of this token alone- Specified by:
toFormulaStringin classPtg
-
getDefaultOperandClass
public byte getDefaultOperandClass()- Specified by:
getDefaultOperandClassin classPtg
-
getNumberOfOperands
public int getNumberOfOperands() -
clone
-
getLenRefSubexpression
public int getLenRefSubexpression() -
setLenRefSubexpression
public void setLenRefSubexpression(int len)
-