Interface Expression

    • Method Detail

      • evaluate

        java.lang.Object evaluate​(Environment env)
        Evaluate this expression.
        Parameters:
        env - The environment
        Returns:
        the result of the evaluation, can be a List, String or any primitive type or wrapper classes of a primitive type.