Data Fields | |
char * | version |
JSGF version (from header). | |
char * | charset |
JSGF charset (default UTF-8). | |
char * | locale |
JSGF locale (default C). | |
char * | name |
Grammar name. | |
hash_table_t * | rules |
Defined or imported rules in this grammar. | |
hash_table_t * | imports |
Pointers to imported grammars. | |
jsgf_t * | parent |
Parent grammar (if this is an imported one). | |
glist_t | searchpath |
List of directories to search for grammars. | |
int | nstate |
Number of generated states. | |
glist_t | links |
Generated FSG links. | |
glist_t | rulestack |
Stack of currently expanded rules. |
Definition at line 66 of file jsgf_internal.h.
Pointers to imported grammars.
Definition at line 73 of file jsgf_internal.h.
Referenced by jsgf_grammar_free(), and jsgf_grammar_new().
Generated FSG links.
Definition at line 79 of file jsgf_internal.h.
Referenced by jsgf_build_fsg(), jsgf_grammar_free(), and jsgf_write_fsg().
int jsgf_s::nstate |
Number of generated states.
Definition at line 78 of file jsgf_internal.h.
Referenced by jsgf_build_fsg(), and jsgf_write_fsg().
Defined or imported rules in this grammar.
Definition at line 72 of file jsgf_internal.h.
Referenced by jsgf_get_rule(), jsgf_grammar_free(), jsgf_grammar_new(), and jsgf_rule_iter().
Stack of currently expanded rules.
Definition at line 80 of file jsgf_internal.h.
List of directories to search for grammars.
Definition at line 75 of file jsgf_internal.h.
Referenced by jsgf_grammar_free(), and jsgf_grammar_new().