Package loci.poi.hssf.record.formula
Class MemErrPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.MemAreaPtg
loci.poi.hssf.record.formula.MemErrPtg
- Author:
- andy, Jason Height (jheight at chariot dot net dot au), Daniel Noll (daniel at nuix dot com dot au)
-
Field Summary
FieldsFields inherited from class loci.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()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.MemAreaPtg
getDefaultOperandClass, getReserved, getSize, getSubexpressionLength, setReserved, setSubexpressionLengthMethods inherited from class loci.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString, toString
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
MemErrPtg
public MemErrPtg()Creates new MemErrPtg -
MemErrPtg
-
-
Method Details
-
writeBytes
public void writeBytes(byte[] array, int offset) Description copied from class:Ptgwrite this Ptg to a byte array- Overrides:
writeBytesin classMemAreaPtg
-
toFormulaString
Description copied from class:Ptgreturn a string representation of this token alone- Overrides:
toFormulaStringin classMemAreaPtg
-
clone
- Overrides:
clonein classMemAreaPtg
-