/* 87 */ return new Boolean(Util.has(this.calledClass, (ASTConstructor)n, this.advisor));
/* */ }
/* */
/* */ public Object visit(ASTHasField node, Object data)
/* */ {
/* 93 */ ASTField f = (ASTField)node.jjtGetChild(0);
/* 94 */ return new Boolean(Util.has(this.calledClass, f, this.advisor));
/* */ }