# File lib/racc/state.rb, line 91
    def state_transition_table
      @state_transition_table ||= StateTransitionTable.generate(self.dfa)
    end