not method

Expr not()

Implementation

Expr not() {
  return ExprNot(this);
}