# File lib/treetop/compiler/metagrammar.rb, line 579
        def tail
          super.elements.map { |elt| elt.declaration }
        end