IDZEBRA  2.2.7
Data Fields
lexRuleAction Struct Reference

Data Fields

int which
 
union {
   struct {
      struct DFA *   dfa
 
      int   body
 
   }   pattern
 
   struct regxCode *   code
 
u
 
struct lexRuleActionnext
 

Detailed Description

Definition at line 64 of file mod_grs_regx.c.

Field Documentation

◆ body

int lexRuleAction::body

Definition at line 69 of file mod_grs_regx.c.

◆ code

struct regxCode* lexRuleAction::code

Definition at line 71 of file mod_grs_regx.c.

Referenced by actionListDel(), and execAction().

◆ dfa

struct DFA* lexRuleAction::dfa

Definition at line 68 of file mod_grs_regx.c.

◆ next

struct lexRuleAction* lexRuleAction::next

Definition at line 73 of file mod_grs_regx.c.

Referenced by actionListDel(), actionListMk(), and execAction().

◆ 

struct { ... } lexRuleAction::pattern

Referenced by actionListDel(), and execAction().

◆ 

union { ... } lexRuleAction::u

Referenced by actionListDel(), and execAction().

◆ which

int lexRuleAction::which

Definition at line 65 of file mod_grs_regx.c.

Referenced by actionListDel(), actionListMk(), and execAction().


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