Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
abstract public class: OperandPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.OperandPtg

All Implemented Interfaces:
    Cloneable

Direct Known Subclasses:
    RefErrorPtg, MemErrPtg, MemFuncPtg, AreaPtgBase, NameXPtg, Area2DPtgBase, RefPtgBase, DeletedRef3DPtg, Ref2DPtgBase, MemAreaPtg, Ref3DPtg, AreaNPtg, RefPtg, AreaPtg, DeletedArea3DPtg, Area3DPtg, AreaErrPtg, RefNPtg, NamePtg

Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Method from org.apache.poi.hssf.record.formula.OperandPtg Summary:
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.OperandPtg Detail:
 public final boolean isBaseToken() 
    All Operand Ptgs are classifed ('relative', 'value', 'array')