method

token_to_str

v1_8_6_287 - Show latest stable - Class: Racc::Parser
token_to_str(t)
private

No documentation available.

# File lib/racc/parser.rb, line 436
    def token_to_str(t)
      self.class::Racc_token_to_s_table[t]
    end