# File lib/racc/statetransitiontable.rb, line 268
    def initialize(states)
      @states = states
      @grammar = states.grammar
    end