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