# File lib/racc/grammar.rb, line 259
      def _added?(sym)
        @grammar.added?(sym) or @delayed.detect {|r| r.target == sym }
      end