547548549550551552553554555556557
getClassName(), il, cpg); il.append(template.compile(classGen, methodGen)); il.append(RETURN); methodGen.stripAttributes(true); methodGen.setMaxLocals(); methodGen.setMaxStack(); methodGen.removeNOPs(); classGen.addMethod(methodGen.getMethod()); }
551552553554555556557558559560561