|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.ptg.Ptg org.apache.poi.ss.formula.ptg.ScalarConstantPtg org.apache.poi.ss.formula.ptg.MissingArgPtg
public final class MissingArgPtg
Missing Function Arguments Avik Sengupta <avik at apache.org>
Field Summary | |
---|---|
static Ptg |
instance
|
static byte |
sid
|
Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg |
---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY |
Method Summary | |
---|---|
int |
getSize()
|
java.lang.String |
toFormulaString()
return a string representation of this token alone |
void |
write(LittleEndianOutput out)
|
Methods inherited from class org.apache.poi.ss.formula.ptg.ScalarConstantPtg |
---|
getDefaultOperandClass, isBaseToken, toString |
Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg |
---|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final byte sid
public static final Ptg instance
Method Detail |
---|
public void write(LittleEndianOutput out)
write
in class Ptg
public int getSize()
getSize
in class Ptg
public java.lang.String toFormulaString()
Ptg
toFormulaString
in class Ptg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |