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