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