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