Uses of Class
org.apache.poi.hssf.record.formula.eval.ValueEvalToNumericXlator

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

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

Methods in org.apache.poi.hssf.record.formula.eval that return ValueEvalToNumericXlator
protected abstract  ValueEvalToNumericXlator NumericOperationEval.getXlator()
           
protected  ValueEvalToNumericXlator MultiplyEval.getXlator()
           
protected  ValueEvalToNumericXlator UnaryMinusEval.getXlator()
           
protected  ValueEvalToNumericXlator PowerEval.getXlator()
           
protected  ValueEvalToNumericXlator DivideEval.getXlator()
           
protected  ValueEvalToNumericXlator SubtractEval.getXlator()
           
 ValueEvalToNumericXlator AddEval.getXlator()
           
protected  ValueEvalToNumericXlator PercentEval.getXlator()
           
 

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

Methods in org.apache.poi.hssf.record.formula.functions that return ValueEvalToNumericXlator
protected  ValueEvalToNumericXlator Average.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Avedev.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Large.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Maxa.getXlator()
           
protected  ValueEvalToNumericXlator Mina.getXlator()
           
protected  ValueEvalToNumericXlator Stdev.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Max.getXlator()
           
protected  ValueEvalToNumericXlator Small.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Median.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator NumericFunction.getXlator()
          this is the default impl of the factory(ish) method getXlator.
protected  ValueEvalToNumericXlator Min.getXlator()
           
protected  ValueEvalToNumericXlator Mode.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Sum.getXlator()
           
protected  ValueEvalToNumericXlator Product.getXlator()
           
protected abstract  ValueEvalToNumericXlator MultiOperandNumericFunction.getXlator()
           
protected  ValueEvalToNumericXlator FinanceFunction.getXlator()
          this is the default impl of the factory(ish) method getXlator.
protected  ValueEvalToNumericXlator Sumsq.getXlator()
           
protected  ValueEvalToNumericXlator Devsq.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
 



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