|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.ConcatPtg
public final class ConcatPtg
| Field Summary | |
|---|---|
static ValueOperatorPtg |
instance
|
static byte |
sid
|
| Fields inherited from class org.apache.poi.hssf.record.formula.OperationPtg |
|---|
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY |
| Fields inherited from class org.apache.poi.hssf.record.formula.Ptg |
|---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY |
| Method Summary | |
|---|---|
int |
getNumberOfOperands()
The number of operands expected by the operations |
java.lang.String |
toFormulaString(java.lang.String[] operands)
returns a string representation of the operations the length of the input array should equal the number returned by |
| Methods inherited from class org.apache.poi.hssf.record.formula.ValueOperatorPtg |
|---|
getDefaultOperandClass, getSize, isBaseToken, toFormulaString, write |
| Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
|---|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte sid
public static final ValueOperatorPtg instance
| Method Detail |
|---|
public int getNumberOfOperands()
OperationPtg
getNumberOfOperands in class OperationPtgpublic java.lang.String toFormulaString(java.lang.String[] operands)
OperationPtg
toFormulaString in class OperationPtgOperationPtg.getNumberOfOperands()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||