Uses of Class
org.apache.poi.hssf.record.formula.AbstractFunctionPtg

Packages that use AbstractFunctionPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
org.apache.poi.hssf.record.formula.eval   
 

Uses of AbstractFunctionPtg in org.apache.poi.hssf.record.formula
 

Subclasses of AbstractFunctionPtg in org.apache.poi.hssf.record.formula
 class FuncPtg
           
 class FuncVarPtg
           
 

Uses of AbstractFunctionPtg in org.apache.poi.hssf.record.formula.eval
 

Constructors in org.apache.poi.hssf.record.formula.eval with parameters of type AbstractFunctionPtg
FunctionEval(AbstractFunctionPtg funcPtg)
           
 



Copyright 2009 The Apache Software Foundation or its licensors, as applicable.