Save This Page
Home » poi-src-3.1-FINAL-20080629 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
public final class: AddPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.OperationPtg
         org.apache.poi.hssf.record.formula.ValueOperatorPtg
            org.apache.poi.hssf.record.formula.AddPtg

All Implemented Interfaces:
    Cloneable

Addition operator PTG the "+" binomial operator. If you need more explanation than that then well...We really can't help you here.
Field Summary
public static final  byte sid     
public static final  ValueOperatorPtg instance     
Fields inherited from org.apache.poi.hssf.record.formula.OperationPtg:
TYPE_UNARY,  TYPE_BINARY,  TYPE_FUNCTION
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Method from org.apache.poi.hssf.record.formula.AddPtg Summary:
getNumberOfOperands,   getSid,   toFormulaString
Methods from org.apache.poi.hssf.record.formula.ValueOperatorPtg:
getDefaultOperandClass,   getSid,   getSize,   isBaseToken,   toFormulaString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.OperationPtg:
getDefaultOperandClass,   getNumberOfOperands,   getType,   toFormulaString
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.AddPtg Detail:
 public int getNumberOfOperands() 
 protected byte getSid() 
 public String toFormulaString(String[] operands) 
    implementation of method from OperationsPtg