BinaryOp constructor
BinaryOp(
- BinaryOpKind kind,
- Expr arg0,
- Expr arg1
Implementation
BinaryOp(this.kind, this.arg0, this.arg1);
BinaryOp(this.kind, this.arg0, this.arg1);