Data Fields

jsgf_rule_s Struct Reference

Data Fields

int refcnt
 Reference count.
char * name
 Rule name (NULL for an alternation/grouping).
int public
 Is this rule marked 'public'?
jsgf_rhs_trhs
 Expansion.
int entry
 Entry state for current instance of this rule.
int exit
 Exit state for current instance of this rule.

Detailed Description

Definition at line 83 of file jsgf_internal.h.


Field Documentation

Entry state for current instance of this rule.

Definition at line 89 of file jsgf_internal.h.

Referenced by jsgf_build_fsg(), and jsgf_write_fsg().

Exit state for current instance of this rule.

Definition at line 90 of file jsgf_internal.h.

Referenced by jsgf_build_fsg(), and jsgf_write_fsg().

Reference count.

Definition at line 84 of file jsgf_internal.h.


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