public class RangePtg extends OperationPtg
Modifier and Type | Field and Description |
---|---|
static byte |
sid |
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
Constructor and Description |
---|
RangePtg() |
RangePtg(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
|
getDefaultOperandClass
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString, toString
public static final byte sid
public RangePtg()
public RangePtg(RecordInputStream in)
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class Ptg
public int getType()
getType
in class OperationPtg
public String toFormulaString(Workbook book)
toFormulaString
in class Ptg
public String toFormulaString(String[] operands)
toFormulaString
in class OperationPtg
OperationPtg.getNumberOfOperands()
public int getNumberOfOperands()
OperationPtg
getNumberOfOperands
in class OperationPtg
Copyright © 2014 Open Microscopy Environment