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