Ejemplo n.º 1
0
 public CWEArithComplex(CWEVar lhs, CWEOperand arg1, CWEOperand arg2)
 {
     this.lhs  = lhs;
     this.arg1 = arg1;
     this.arg2 = arg2;
 }
Ejemplo n.º 2
0
 public CWCComplex(CWEVar arg1, CWEOperand arg2)
 {
     this.arg1 = arg1;
     this.arg2 = arg2;
 }
Ejemplo n.º 3
0
 public CWEAssign(CWEVar lhs, CWEOperand assign)
 {
     this.lhs    = lhs;
     this.assign = assign;
 }