public virtual void VisitConstSectionNode(ConstSectionNode node) { Visit(node.ConstKeywordNode); Visit(node.ConstListNode); }