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 Ref2DEval
           
 class Ref3DEval
           
 

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  Eval Right.xlateRefEval(RefEval reval)
           
protected  ValueEval LogicalFunction.xlateRefEval(RefEval reval)
          recursively evaluate any RefEvals
protected  Eval Left.xlateRefEval(RefEval reval)
           
 



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