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