|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.OperandPtg
org.apache.poi.ss.formula.ptg.MemErrPtg
public final class MemErrPtg
| Field Summary | |
|---|---|
static short |
sid
|
| Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg |
|---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY |
| Constructor Summary | |
|---|---|
MemErrPtg(LittleEndianInput in)
|
|
| Method Summary | |
|---|---|
byte |
getDefaultOperandClass()
|
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.OperandPtg |
|---|
copy, isBaseToken |
| Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg |
|---|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short sid
| Constructor Detail |
|---|
public MemErrPtg(LittleEndianInput in)
| Method Detail |
|---|
public void write(LittleEndianOutput out)
write in class Ptgpublic int getSize()
getSize in class Ptgpublic java.lang.String toFormulaString()
Ptg
toFormulaString in class Ptgpublic byte getDefaultOperandClass()
getDefaultOperandClass in class Ptg
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||