= private = protected
token_to_str(t)
Convert internal ID of token symbol to the string.
# File lib/racc/parser.rb, line 616 def token_to_str(t) self.class::Racc_token_to_s_table[t] end