PUnaryOp constructor

PUnaryOp(
  1. PUnaryOpKind kind,
  2. Expr arg,
  3. int param
)

Implementation

PUnaryOp(this.kind, this.arg, this.param);