# File lib/parslet/atoms/visitor.rb, line 7
    def accept(visitor)
      raise NotImplementedError, "No #accept method on #{self.class.name}."
    end