|
||||||||||
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.ReferencePtg
org.apache.poi.hssf.record.formula.RefNAPtg
public final class RefNAPtg
RefNAPtg
Field Summary | |
---|---|
static byte |
sid
|
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg |
---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass |
Constructor Summary | |
---|---|
protected |
RefNAPtg()
|
|
RefNAPtg(RecordInputStream in)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
getRefPtgName()
|
java.lang.String |
toFormulaString(HSSFWorkbook book)
return a string representation of this token alone |
Methods inherited from class org.apache.poi.hssf.record.formula.ReferencePtg |
---|
getColumn, getColumnRaw, getDefaultOperandClass, getRow, getRowAsInt, getSize, isColRelative, isRowRelative, notImplemented, setColRelative, setColumn, setColumnRaw, setRow, setRowRelative, toString, writeBytes |
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
---|
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final byte sid
Constructor Detail |
---|
protected RefNAPtg()
public RefNAPtg(RecordInputStream in)
Method Detail |
---|
public java.lang.String getRefPtgName()
getRefPtgName
in class ReferencePtg
public java.lang.String toFormulaString(HSSFWorkbook book)
Ptg
toFormulaString
in class ReferencePtg
public java.lang.Object clone()
clone
in class ReferencePtg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |