Object
# File lib/racc/grammar.rb, line 793 def name "=#{@symbol}" end
# File lib/racc/grammar.rb, line 788 def initialize(symbol, lineno) @symbol = symbol @lineno = lineno end