class Racc::States

def state_transition_table

def state_transition_table
  @state_transition_table ||= StateTransitionTable.generate(self.dfa)
end