Interface Comparison

    • Method Detail

      • getLeftOperand

        ValueExpression getLeftOperand()
        Get the left-hand side operator of the comparison
        Returns:
        left operator
      • getRightOperand

        ValueExpression getRightOperand()
        Get the right-hand side operator of the comparison
        Returns:
        right operator
      • getOperator

        ComparisonOperator getOperator()
        Get the comparison operator
        Returns:
        comparison operator