Class StringEquals

    • Method Detail

      • ofExpressions

        public static StringEquals ofExpressions​(ToExpression arg1,
                                                 java.lang.String arg2)
        Creates a StringEquals function from the given expressions.
        Parameters:
        arg1 - the first argument to compare.
        arg2 - the second argument to compare.
        Returns:
        The resulting StringEquals function.
      • accept

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