Esempio n. 1
0
 public JSAssignInt(JSIntVar lhs,JSInt rhs)
 {
     this.lhs = lhs;
     this.rhs = rhs;
 }
Esempio n. 2
0
 public JSDeclarationInt(JSIntVar intVar)
 {
     this.intVar = intVar;
 }