Data Fields | |
| int | refcnt |
| Reference count. | |
| char * | name |
| Rule name (NULL for an alternation/grouping). | |
| int | public |
| Is this rule marked 'public'? | |
| jsgf_rhs_t * | rhs |
| Expansion. | |
| int | entry |
| Entry state for current instance of this rule. | |
| int | exit |
| Exit state for current instance of this rule. | |
Definition at line 85 of file jsgf_internal.h.
Entry state for current instance of this rule.
Definition at line 91 of file jsgf_internal.h.
Exit state for current instance of this rule.
Definition at line 92 of file jsgf_internal.h.
Reference count.
Definition at line 86 of file jsgf_internal.h.
1.7.1