/* */ {
/* 258 */ if (this.classExpr != null) {
/* 259 */ return Util.matchesClassExpr(this.classExpr, clazz, advisor);
/* */ }
/* */
/* 262 */ TypeMatcher matcher = new TypeMatcher(advisor, clazz);
/* 263 */ return ((Boolean)this.ast.jjtAccept(matcher, null)).booleanValue();
/* */ }