/* */ }
/* */
/* 471 */ this.manager.addInterceptorFactory(factory.getName(), factory);
/* 472 */ InterceptorFactory[] fact = { factory };
/* 473 */ String name = getAspectMethodBindingName(cf, minfo);
/* 474 */ PointcutExpression pointcut = new PointcutExpression(name, pointcutString);
/* 475 */ AdviceBinding abinding = new AdviceBinding(name, pointcut, cflowExpression, cflow, fact);
/* 476 */ this.manager.addBinding(abinding);
/* */ }
/* */ }
/* */ }