IDZEBRA 2.2.8
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.

Referenced by execAction().

◆ 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.

Referenced by actionListDel(), and execAction().

◆ next

struct lexRuleAction* lexRuleAction::next

Definition at line 73 of file mod_grs_regx.c.

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

◆ [struct]

struct { ... } lexRuleAction::pattern

Referenced by actionListDel(), and execAction().

◆ [union]

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: