Method newMethod = createNewMethod(name, desc);
MethodVisitor copyMethod = super.visitMethod(access | Opcodes.ACC_SYNTHETIC, name, newMethod.getDescriptor(),
signature, exceptions);
return new MethodTransformer( originalMethod, copyMethod, className,
access, name, desc, newMethod, fieldsHolder);
}