981982983984985986987988989990991
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());
671672673674675676677678679680681
il.append(RETURN); init.stripAttributes(true); init.setMaxLocals(); init.setMaxStack(); return init.getMethod(); }
561562563564565566567568569570571
if (_numberFormattingUsed) DecimalFormatting.translateDefaultDFS(classGen, constructor); il.append(RETURN); constructor.stripAttributes(true); constructor.setMaxLocals(); constructor.setMaxStack(); classGen.addMethod(constructor.getMethod()); }
670671672673674675676677678679680
} 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());
736737738739740741742743744745746
} 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());
876877878879880881882883884885886
592593594595596597598599600601602
678679680681682683684685686687688
777778779780781782783784785786787
923924925926927928929930931932933