method
token_to_str
token_to_str(t)
private
Hide source
# File lib/racc/parser.rb, line 435 def token_to_str(t) self.class::Racc_token_to_s_table[t] end