java.lang.Objectorg.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.OperationPtg
org.apache.poi.hssf.record.formula.ValueOperatorPtg
org.apache.poi.hssf.record.formula.LessEqualPtg
All Implemented Interfaces:
Cloneable
fred - at stsci dot edu| Field Summary | ||
|---|---|---|
| public static final byte | sid | |
| public static final ValueOperatorPtg | instance | |
| Fields inherited from org.apache.poi.hssf.record.formula.OperationPtg: |
|---|
| TYPE_UNARY, TYPE_BINARY, TYPE_FUNCTION |
| Fields inherited from org.apache.poi.hssf.record.formula.Ptg: |
|---|
| CLASS_REF, CLASS_VALUE, CLASS_ARRAY |
| Method from org.apache.poi.hssf.record.formula.LessEqualPtg Summary: |
|---|
| getNumberOfOperands, getSid, toFormulaString |
| Methods from org.apache.poi.hssf.record.formula.ValueOperatorPtg: |
|---|
| getDefaultOperandClass, getSid, getSize, isBaseToken, toFormulaString, writeBytes |
| Methods from org.apache.poi.hssf.record.formula.OperationPtg: |
|---|
| getDefaultOperandClass, getNumberOfOperands, getType, toFormulaString |
| Methods from org.apache.poi.hssf.record.formula.Ptg: |
|---|
| clone, copy, createParsedExpressionTokens, createPtg, getBytes, getDefaultOperandClass, getEncodedSize, getEncodedSize, getPtgClass, getSize, isBaseToken, readTokens, serializePtgStack, serializePtgs, setClass, toDebugString, toFormulaString, toString, writeBytes |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.poi.hssf.record.formula.LessEqualPtg Detail: |
|---|
|
|
|