/* 1732 */ while (it.hasNext())
/* */ {
/* 1734 */ InterfaceIntroduction pointcut = (InterfaceIntroduction)it.next();
/* 1735 */ if (pointcut.matches(advisor, clazz))
/* */ {
/* 1737 */ pointcut.addAdvisor(advisor);
/* */ }
/* */ }
/* */ }
/* */ }
/* */