/* 114 */ return ((Boolean)this.target.jjtAccept(matcher, null)).booleanValue();
/* */ }
/* */
/* */ public boolean matches(Advisor advisor, CtMethod method)
/* */ {
/* 119 */ AnnotationMatcher matcher = new AnnotationMatcher(advisor, method);
/* 120 */ return ((Boolean)this.target.jjtAccept(matcher, null)).booleanValue();
/* */ }