Interface IStandardExpression

    • Method Detail

      • getStringRepresentation

        String getStringRepresentation()

        Obtain a string representation of the expression.

        Returns:
        the String representation
      • execute

        Object execute​(IExpressionContext context)

        Execute the expression.

        Parameters:
        context - the context object.
        Returns:
        the result of executing the expression.
      • execute

        Object execute​(IExpressionContext context,
                       StandardExpressionExecutionContext expContext)

        Execute the expression.

        Parameters:
        context - the context object.
        expContext - the expression execution context to be applied (preprocessing, etc.)
        Returns:
        the result of executing the expression.