lower method

Implementation

BinaryOperatorExpr lower(Expression rhs) {
  return BinaryOperatorExpr(BinaryOperator.Lower, this, rhs);
}