public virtual void Accept(NodeVisitor visitor) { visitor.VisitSectionStart(this); this.Body.Accept(visitor); visitor.VisitSectionEnd(this); }