|
||||||||||
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.OperandPtg
org.apache.poi.hssf.record.formula.RefPtgBase
org.apache.poi.hssf.record.formula.RefNPtg
public final class RefNPtg
RefNPtg
Field Summary | |
---|---|
static byte |
sid
|
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg |
---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE |
Constructor Summary | |
---|---|
RefNPtg(RecordInputStream in)
Creates new ValueReferencePtg |
Method Summary | |
---|---|
protected byte |
getSid()
|
Methods inherited from class org.apache.poi.hssf.record.formula.RefPtgBase |
---|
getColumn, getColumnRawX, getDefaultOperandClass, getRow, getRowAsInt, getSize, isColRelative, isRowRelative, setColRelative, setColumn, setColumnRawX, setRow, setRowRelative, toFormulaString, toString, writeBytes |
Methods inherited from class org.apache.poi.hssf.record.formula.OperandPtg |
---|
isBaseToken |
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg |
---|
clone, copy, createParsedExpressionTokens, createPtg, getBytes, getEncodedSize, getEncodedSize, getPtgClass, readTokens, serializePtgs, 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 |
---|
public RefNPtg(RecordInputStream in)
Method Detail |
---|
protected byte getSid()
getSid
in class RefPtgBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |