/* 146 */ map.put(src.getDeclaringClass().getName(), clazz.getName());
/* 147 */ MethodInfo body = new MethodInfo(classfile.getConstPool(), bodyname, src.getMethodInfo2(), map);
/* */
/* 150 */ int acc = body.getAccessFlags();
/* 151 */ body.setAccessFlags(AccessFlag.setPrivate(acc));
/* 152 */ body.addAttribute(new SyntheticAttribute(classfile.getConstPool()));
/* */
/* 154 */ classfile.addMethod(body);
/* 155 */ bodies.put(src, bodyname);
/* 156 */ CtMember.Cache cache = clazz.hasMemberCache();
/* 157 */ if (cache != null) {