negate method

Expr negate()

Implementation

Expr negate() {
  return ExprNegate(this);
}