public JSAssignInt(JSIntVar lhs,JSInt rhs) { this.lhs = lhs; this.rhs = rhs; }
public JSDeclarationInt(JSIntVar intVar) { this.intVar = intVar; }