public class IntersectionPtg extends OperationPtg
| Modifier and Type | Field and Description | 
|---|---|
| static byte | sid | 
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARYCLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass| Constructor and Description | 
|---|
| IntersectionPtg() | 
| IntersectionPtg(RecordInputStream in) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | clone() | 
| int | getNumberOfOperands()The number of operands expected by the operations | 
| int | getSize() | 
| int | getType() | 
| String | toFormulaString(String[] operands)implementation of method from OperationsPtg | 
| String | toFormulaString(Workbook book)Implementation of method from Ptg | 
| void | writeBytes(byte[] array,
          int offset)write this Ptg to a byte array | 
getDefaultOperandClasscreateParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString, toStringpublic static final byte sid
public IntersectionPtg()
public IntersectionPtg(RecordInputStream in)
public void writeBytes(byte[] array,
              int offset)
PtgwriteBytes in class Ptgpublic int getType()
getType in class OperationPtgpublic String toFormulaString(Workbook book)
toFormulaString in class Ptgpublic String toFormulaString(String[] operands)
toFormulaString in class OperationPtgOperationPtg.getNumberOfOperands()public int getNumberOfOperands()
OperationPtggetNumberOfOperands in class OperationPtgCopyright © 2014 Open Microscopy Environment