Class ELEval

  • All Implemented Interfaces:
    org.apache.poi.ss.formula.functions.FreeRefFunction

    public class ELEval
    extends java.lang.Object
    implements org.apache.poi.ss.formula.functions.FreeRefFunction
    A function that do EL evaluation.
    Author:
    henrichen
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.poi.ss.formula.functions.FreeRefFunction instance  
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.poi.ss.formula.eval.ValueEval evaluate​(org.apache.poi.ss.formula.eval.ValueEval[] args, org.apache.poi.ss.formula.OperationEvaluationContext ec)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instance

        public static final org.apache.poi.ss.formula.functions.FreeRefFunction instance
    • Method Detail

      • evaluate

        public org.apache.poi.ss.formula.eval.ValueEval evaluate​(org.apache.poi.ss.formula.eval.ValueEval[] args,
                                                                 org.apache.poi.ss.formula.OperationEvaluationContext ec)
        Specified by:
        evaluate in interface org.apache.poi.ss.formula.functions.FreeRefFunction