Class ExpressionFactory.IsInsideFunction

    • Constructor Detail

    • Method Detail

      • getArg

        public Expression getArg()
        Returns the argument
        Returns:
        the argument
      • evaluate

        public Object evaluate​(Environment env)
        Description copied from interface: Expression
        Evaluate this expression.
        Specified by:
        evaluate in interface 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.