bigger method

Implementation

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