/* 138 */ return ((Boolean)this.target.jjtAccept(matcher, null)).booleanValue();
/* */ }
/* */
/* */ public boolean matches(Advisor advisor, Method method)
/* */ {
/* 143 */ AnnotationMatcher matcher = new AnnotationMatcher(advisor, method);
/* 144 */ return ((Boolean)this.target.jjtAccept(matcher, null)).booleanValue();
/* */ }