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