/* 66 */ CtClass invocation = makeInvocationClassNoCtors(pool, makeInnerClass, clazz, className, conInvocation);
/* */
/* 69 */ CtConstructor template = conInvocation.getDeclaredConstructors()[0];
/* 70 */ CtConstructor icon = CtNewConstructor.make(template.getParameterTypes(), template.getExceptionTypes(), invocation);
/* */
/* 72 */ invocation.addConstructor(icon);
/* */
/* 76 */ CtClass[] params = con.getParameterTypes();
/* 77 */ addArgumentFieldsAndAccessors(pool, invocation, params, false);
/* */
/* 81 */ addDispatch(invocation, "invokeTarget", con);