|
IDZEBRA 2.2.8
|
#include <dfa.h>
Data Fields | |
| struct DFA_state * | next |
| struct DFA_state * | link |
| struct DFA_tran * | trans |
| DFASet | set |
| short | no |
| short | tran_no |
| short | rule_no |
| short | rule_nno |
| struct DFA_state* DFA_state::link |
Definition at line 44 of file dfa.h.
Referenced by add_DFA_state().
| struct DFA_state* DFA_state::next |
Definition at line 43 of file dfa.h.
Referenced by add_DFA_state(), get_DFA_state(), and sort_DFA_states().
| short DFA_state::no |
Definition at line 47 of file dfa.h.
Referenced by add_DFA_state(), pr_tran(), and sort_DFA_states().
| short DFA_state::rule_nno |
| short DFA_state::rule_no |
Definition at line 49 of file dfa.h.
Referenced by dfa_match_first(), go(), lexNode(), mk_MatchContext(), pr_tran(), and tryMatch().
| DFASet DFA_state::set |
Definition at line 46 of file dfa.h.
Referenced by add_DFA_state(), and pr_tran().
| short DFA_state::tran_no |
Definition at line 48 of file dfa.h.
Referenced by add_DFA_state(), add_DFA_tran(), dfa_match_first(), dict_lookup_grep(), go(), go(), lexNode(), mask_shift(), mask_shift(), mk_MatchContext(), pr_tran(), shift(), shift(), and tryMatch().
| struct DFA_tran* DFA_state::trans |
Definition at line 45 of file dfa.h.
Referenced by add_DFA_tran(), dfa_match_first(), dict_lookup_grep(), get_DFA_state(), go(), go(), lexNode(), mask_shift(), mask_shift(), mk_MatchContext(), pr_tran(), shift(), shift(), and tryMatch().