IDZEBRA  2.2.7
Data Fields
lexContext Struct Reference

Data Fields

char * name
 
struct DFAdfa
 
struct lexRulerules
 
struct lexRuleInfo ** fastRule
 
int ruleNo
 
int initFlag
 
struct lexRuleActionbeginActionList
 
struct lexRuleActionendActionList
 
struct lexRuleActioninitActionList
 
struct lexContextnext
 

Detailed Description

Definition at line 86 of file mod_grs_regx.c.

Field Documentation

◆ beginActionList

struct lexRuleAction* lexContext::beginActionList

Definition at line 94 of file mod_grs_regx.c.

Referenced by lexContextCreate(), lexContextDestroy(), lexRoot(), and readOneSpec().

◆ dfa

struct DFA* lexContext::dfa

◆ endActionList

struct lexRuleAction* lexContext::endActionList

Definition at line 95 of file mod_grs_regx.c.

Referenced by lexContextCreate(), lexContextDestroy(), lexRoot(), and readOneSpec().

◆ fastRule

struct lexRuleInfo** lexContext::fastRule

Definition at line 90 of file mod_grs_regx.c.

Referenced by execRule(), lexContextCreate(), lexContextDestroy(), and readFileSpec().

◆ initActionList

struct lexRuleAction* lexContext::initActionList

Definition at line 96 of file mod_grs_regx.c.

Referenced by lexContextCreate(), lexContextDestroy(), lexRoot(), and readOneSpec().

◆ initFlag

int lexContext::initFlag

Definition at line 92 of file mod_grs_regx.c.

Referenced by lexContextCreate(), and lexRoot().

◆ name

char* lexContext::name

Definition at line 87 of file mod_grs_regx.c.

Referenced by execCode(), lexContextCreate(), lexContextDestroy(), and lexRoot().

◆ next

struct lexContext* lexContext::next

◆ ruleNo

int lexContext::ruleNo

Definition at line 91 of file mod_grs_regx.c.

Referenced by execRule(), lexContextCreate(), readFileSpec(), and readOneSpec().

◆ rules

struct lexRule* lexContext::rules

Definition at line 89 of file mod_grs_regx.c.

Referenced by lexContextCreate(), lexContextDestroy(), readFileSpec(), and readOneSpec().


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