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  ValueEvalToNumericXlator UnaryMinusEval.getXlator()
           
protected  ValueEvalToNumericXlator SubtractEval.getXlator()
           
protected  ValueEvalToNumericXlator PowerEval.getXlator()
           
protected abstract  ValueEvalToNumericXlator NumericOperationEval.getXlator()
           
protected  ValueEvalToNumericXlator MultiplyEval.getXlator()
           
protected  ValueEvalToNumericXlator DivideEval.getXlator()
           
 ValueEvalToNumericXlator AddEval.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 XYNumericFunction.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Sumsq.getXlator()
           
protected  ValueEvalToNumericXlator Sum.getXlator()
           
protected  ValueEvalToNumericXlator Stdev.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Small.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Product.getXlator()
           
protected  ValueEvalToNumericXlator NumericFunction.getXlator()
          this is the default impl of the factory(ish) method getXlator.
protected  ValueEvalToNumericXlator MultiOperandNumericFunction.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Mode.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Mina.getXlator()
           
protected  ValueEvalToNumericXlator Min.getXlator()
           
protected  ValueEvalToNumericXlator Median.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator Maxa.getXlator()
           
protected  ValueEvalToNumericXlator Max.getXlator()
           
protected  ValueEvalToNumericXlator Large.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
protected  ValueEvalToNumericXlator FinanceFunction.getXlator()
          this is the default impl of the factory(ish) method getXlator.
protected  ValueEvalToNumericXlator Devsq.getXlator()
          this is the default impl for the factory method getXlator of the super class NumericFunction.
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.
 



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