lower method

Implementation

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