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