public override bool AcceptVisitor(AstComparisonVisitor visitor, object data) { return visitor.VisitDestructorDeclaration(this, data); }