Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public final class: RefNPtg [javadoc | source]
java.lang.Object
   org.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

All Implemented Interfaces:
    Cloneable

RefNPtg
Field Summary
public static final  byte sid     
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Constructor:
 public RefNPtg(RecordInputStream in) 
    Creates new ValueReferencePtg
Method from org.apache.poi.hssf.record.formula.RefNPtg Summary:
getSid
Methods from org.apache.poi.hssf.record.formula.RefPtgBase:
getColumn,   getColumnRawX,   getDefaultOperandClass,   getRow,   getRowAsInt,   getSid,   getSize,   isColRelative,   isRowRelative,   setColRelative,   setColumn,   setColumnRawX,   setRow,   setRowRelative,   toFormulaString,   toString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.OperandPtg:
isBaseToken
Methods from org.apache.poi.hssf.record.formula.Ptg:
clone,   copy,   createParsedExpressionTokens,   createPtg,   getBytes,   getDefaultOperandClass,   getEncodedSize,   getEncodedSize,   getPtgClass,   getSize,   isBaseToken,   readTokens,   serializePtgStack,   serializePtgs,   setClass,   toDebugString,   toFormulaString,   toString,   writeBytes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.formula.RefNPtg Detail:
 protected byte getSid()