# File lib/parslet/atoms/visitor.rb, line 60
    def accept(visitor)
      visitor.visit_alternative(alternatives)
    end