174175176177178179180181182183184
{ List list = new ArrayList(); while (itr.hasNext()) { Pointcut pointcut = (Pointcut)itr.next(); if (m_helper.isMatching(pointcut)) { list.add(pointcut); }