method
racc_token2str
v1_9_1_378 -
Show latest stable
- Class:
Racc::Parser
racc_token2str(tok)private
No documentation available.
# File lib/racc/parser.rb, line 430
def racc_token2str(tok)
self.class::Racc_token_to_s_table[tok] or
raise "[Racc Bug] can't convert token #{tok} to string"
end