// Initialize the postfire flag.
units.insertBefore(Jimple.v().newAssignStmt(postfireReturnsLocal,
IntConstant.v(1)), insertPoint);
units.insertBefore(Jimple.v().newAssignStmt(
Jimple.v().newInstanceFieldRef(thisLocal,
postfireReturnsField.makeRef()),
postfireReturnsLocal), insertPoint);
// Add code to the beginning of the preinitialize method that
// initializes the attributes.
// ModelTransformer.initializeAttributesBefore(body, insertPoint,