IDZEBRA  2.2.7
Data Fields
DFA Struct Reference

#include <dfa.h>

Data Fields

int no_states
 
struct DFA_state ** states
 
struct DFA_statesstate_info
 
struct DFA_parseparse_info
 

Detailed Description

Definition at line 53 of file dfa.h.

Field Documentation

◆ no_states

int DFA::no_states

Definition at line 54 of file dfa.h.

Referenced by dfa_mkstate(), dict_lookup_grep(), go(), mask_shift(), mk_MatchContext(), and shift().

◆ parse_info

struct DFA_parse* DFA::parse_info

◆ state_info

struct DFA_states* DFA::state_info

Definition at line 56 of file dfa.h.

Referenced by dfa_init(), and dfa_mkstate().

◆ states

struct DFA_state** DFA::states

The documentation for this struct was generated from the following file: