Exemplo n.º 1
0
 public BinaryOpExpr(Expr a, Expr b, BinaryOp op)
 {
     this.a  = a;
     this.b  = b;
     this.op = op;
 }
Exemplo n.º 2
0
 public BinaryOpExpr(Expr a, Expr b, BinaryOp op)
 {
     this.a = a;
     this.b = b;
     this.op = op;
 }