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: FuncPtg [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.AbstractFunctionPtg
            org.apache.poi.hssf.record.formula.FuncPtg

All Implemented Interfaces:
    Cloneable

Field Summary
public static final  byte sid     
public static final  int SIZE     
Fields inherited from org.apache.poi.hssf.record.formula.AbstractFunctionPtg:
FUNCTION_NAME_IF,  returnClass,  paramClass,  field_1_num_args,  field_2_fnc_index
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
Constructor:
 public FuncPtg(RecordInputStream in) 
    Creates new function pointer from a byte array usually called while reading an excel file.
 public FuncPtg(int functionIndex) 
Method from org.apache.poi.hssf.record.formula.FuncPtg Summary:
getNumberOfOperands,   getSize,   toString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.AbstractFunctionPtg:
getDefaultOperandClass,   getFunctionIndex,   getName,   getParameterClass,   getSize,   isBaseToken,   isExternalFunction,   isInternalFunctionName,   lookupIndex,   lookupName,   toFormulaString,   toFormulaString,   toString,   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.FuncPtg Detail:
 public int getNumberOfOperands() 
 public int getSize() 
 public String toString() 
 public  void writeBytes(byte[] array,
    int offset)