# File lib/rd/list.rb, line 48
    def accept(visitor)
      visitor.visit_EnumList(self)
    end