method
next_token
next_token()
private
Hide source
# File lib/racc/parser.rb, line 102 def next_token raise NotImplementedError, "#{self.class}\#next_token is not defined" end