コード例 #1
0
 public CWEArithComplex(CWEVar lhs, CWEOperand arg1, CWEOperand arg2)
 {
     this.lhs  = lhs;
     this.arg1 = arg1;
     this.arg2 = arg2;
 }
コード例 #2
0
 public CWCComplex(CWEVar arg1, CWEOperand arg2)
 {
     this.arg1 = arg1;
     this.arg2 = arg2;
 }
コード例 #3
0
 public CWEAssign(CWEVar lhs, CWEOperand assign)
 {
     this.lhs    = lhs;
     this.assign = assign;
 }