Class UriEncode

    • Constructor Detail

      • UriEncode

        public UriEncode​(FunctionNode functionNode)
    • Method Detail

      • ofExpressions

        public static UriEncode ofExpressions​(ToExpression arg1)
        Creates a UriEncode function from the given expressions.
        Parameters:
        arg1 - the value to URI encode.
        Returns:
        The resulting UriEncode function.
      • accept

        public <T> T accept​(ExpressionVisitor<T> visitor)
        Description copied from class: Expression
        Invoke the ExpressionVisitor functions for this expression.
        Specified by:
        accept in class Expression
        Type Parameters:
        T - the visitor return type.
        Parameters:
        visitor - the visitor to be invoked.
        Returns:
        the return value of the visitor.