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