Interface BinaryComparisonOperator

    • Method Detail

      • getExpression1

        Expression getExpression1()
        Returns the first of the two expressions to be compared by this operator.
      • getExpression2

        Expression getExpression2()
        Returns the second of the two expressions to be compared by this operator.
      • isMatchingCase

        boolean isMatchingCase()
        Flag controlling wither comparisons are case sensitive.
        Returns:
        true if the comparison is case sensetive, otherwise false.