/* 57 */ return node.jjtGetChild(0).jjtAccept(this, data);
/* */ }
/* */
/* */ public Object visit(ASTHas node, Object data)
/* */ {
/* 62 */ Node n = node.jjtGetChild(0);
/* 63 */ if ((n instanceof ASTMethod))
/* */ {
/* 65 */ if (this.ctCon != null)
/* */ {
/* 67 */ return new Boolean(Util.has(this.ctCon.getDeclaringClass(), (ASTMethod)n, this.advisor));