/* 41 */ throw new CannotCompileException(e);
/* */ }
/* */
/* 44 */ Bytecode code = makeBody(declaring, declaring.getClassFile2(), body, parameterTypes, returnType, constParam);
/* */
/* 46 */ mt.getMethodInfo2().setCodeAttribute(code.toCodeAttribute());
/* 47 */ return mt;
/* */ }
/* */
/* */ static Bytecode makeBody(CtClass clazz, ClassFile classfile, CtMethod wrappedBody, CtClass[] parameters, CtClass returnType, CtMethod.ConstParameter cparam)
/* */ throws CannotCompileException