String methodStaticFieldName, Type currentMethodDeclaringType,
boolean currentMethodDeclaringTypeIsInterface) {
if ((access & ACC_ABSTRACT) != 0) {
access &= ~ACC_ABSTRACT;
return new WovenProxyAbstractMethodAdapter(cv.visitMethod(
access, name, desc, signature, exceptions), access, name, desc,
methodStaticFieldName, currentMethod, typeBeingWoven,
currentMethodDeclaringType, currentMethodDeclaringTypeIsInterface);
} else {
return new WovenProxyConcreteMethodAdapter(cv.visitMethod(