Definition at line 106 of file automaton.c.
Data Fields | |
int | nstates |
int | init |
int * | accept |
int ** | trans |
|
Definition at line 109 of file automaton.c. Referenced by automaton_delete(), automaton_dump(), automaton_get_accept(), and s_automaton_finalize(). |
|
Definition at line 108 of file automaton.c. Referenced by automaton_dump(), and automaton_get_init(). |
|
Definition at line 107 of file automaton.c. Referenced by automaton_delete(), automaton_dump(), automaton_get_nstates(), and s_automaton_finalize(). |
|
Definition at line 110 of file automaton.c. Referenced by automaton_delete(), automaton_get_next_state(), and s_automaton_finalize(). |