public JSAssignBool(JSBoolVar lhs,JSBool rhs) { this.lhs = lhs; this.rhs = rhs; }
public JSDeclarationBool(JSBoolVar boolVar) { this.boolVar = boolVar; }