841842843844845846847848849850851
if (_numberFormattingUsed) DecimalFormatting.translateDefaultDFS(classGen, constructor); il.append(RETURN); constructor.stripAttributes(true); constructor.setMaxLocals(); constructor.setMaxStack(); classGen.addMethod(constructor.getMethod()); }
927928929930931932933934935936937
} il.append(RETURN); // Compute max locals + stack and add method to class toplevel.stripAttributes(true); toplevel.setMaxLocals(); toplevel.setMaxStack(); toplevel.removeNOPs(); classGen.addMethod(toplevel.getMethod());
10501051105210531054105510561057105810591060
} il.append(RETURN); // Compute max locals + stack and add method to class buildKeys.stripAttributes(true); buildKeys.setMaxLocals(); buildKeys.setMaxStack(); buildKeys.removeNOPs(); classGen.addMethod(buildKeys.getMethod());
12021203120412051206120712081209121012111212
il.append(transf.endDocument()); il.append(RETURN); // Compute max locals + stack and add method to class transf.stripAttributes(true); transf.setMaxLocals(); transf.setMaxStack(); transf.removeNOPs(); classGen.addMethod(transf.getMethod());
594595596597598599600601602603604
680681682683684685686687688689690
779780781782783784785786787788789
925926927928929930931932933934935
831832833834835836837838839840841
STATIC_CHAR_DATA_FIELD_SIG))); } il.append(RETURN); staticConst.stripAttributes(true); staticConst.setMaxLocals(); staticConst.setMaxStack(); classGen.addMethod(staticConst.getMethod()); }
916917918919920921922923924925926