/* */ {
/* 347 */ Iterator it = pointcuts.values().iterator();
/* 348 */ while (it.hasNext())
/* */ {
/* 350 */ Pointcut p = (Pointcut)it.next();
/* 351 */ if (p.matchesCall(this.advisor, call))
/* */ {
/* 353 */ hasPointcut = true;
/* 354 */ break;
/* */ }
/* */