Uses of Interface
org.apache.poi.hssf.record.formula.eval.RefEval

Packages that use RefEval
org.apache.poi.hssf.record.formula.eval   
org.apache.poi.hssf.record.formula.functions   
 

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

Classes in org.apache.poi.hssf.record.formula.eval that implement RefEval
 class RefEvalBase
          Common base class for implementors of RefEval
 

Uses of RefEval in org.apache.poi.hssf.record.formula.functions
 

Methods in org.apache.poi.hssf.record.formula.functions with parameters of type RefEval
protected  ValueEval LogicalFunction.xlateRefEval(RefEval reval)
          recursively evaluate any RefEvals TODO - use OperandResolver
 



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