Package loci.poi.hssf.record.formula
Class IntersectionPtg
java.lang.Object
loci.poi.hssf.record.formula.Ptg
loci.poi.hssf.record.formula.OperationPtg
loci.poi.hssf.record.formula.IntersectionPtg
- Author:
- Daniel Noll (daniel at nuix dot com dot au)
-
Field Summary
FieldsFields inherited from class loci.poi.hssf.record.formula.OperationPtg
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARYFields inherited from class loci.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intThe number of operands expected by the operationsintgetSize()intgetType()toFormulaString(String[] operands) implementation of method from OperationsPtgtoFormulaString(Workbook book) Implementation of method from PtgvoidwriteBytes(byte[] array, int offset) write this Ptg to a byte arrayMethods inherited from class loci.poi.hssf.record.formula.OperationPtg
getDefaultOperandClassMethods 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
-
IntersectionPtg
public IntersectionPtg() -
IntersectionPtg
-
-
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
-
clone
-
getType
public int getType()- Specified by:
getTypein classOperationPtg
-
toFormulaString
Implementation of method from Ptg- Specified by:
toFormulaStringin classPtg
-
toFormulaString
implementation of method from OperationsPtg- Specified by:
toFormulaStringin classOperationPtg- See Also:
-
getNumberOfOperands
public int getNumberOfOperands()Description copied from class:OperationPtgThe number of operands expected by the operations- Specified by:
getNumberOfOperandsin classOperationPtg
-