Class Expression

    • Constructor Summary

      Constructors 
      Constructor Description
      Expression()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object evaluate​(java.lang.Object pContext, VariableResolver pResolver, java.util.Map functions, java.lang.String defaultPrefix, Logger pLogger)
      Evaluates the expression in the given context
      abstract java.lang.String getExpressionString()
      Returns the expression in the expression language syntax
      • Methods inherited from class java.lang.Object

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

      • Expression

        public Expression()
    • Method Detail

      • getExpressionString

        public abstract java.lang.String getExpressionString()
        Returns the expression in the expression language syntax
      • evaluate

        public abstract java.lang.Object evaluate​(java.lang.Object pContext,
                                                  VariableResolver pResolver,
                                                  java.util.Map functions,
                                                  java.lang.String defaultPrefix,
                                                  Logger pLogger)
                                           throws ELException
        Evaluates the expression in the given context
        Throws:
        ELException