|
exip
Alpha 0.5.4
|
Extension to the GrammarRule. More...
#include <procTypes.h>
Data Fields | |
| Production * | production |
| Array of grammar productions with event code length 1. More... | |
| Index | pCount |
| The number of productions. More... | |
| uint16_t | meta |
| Meta information for the grammar rule: More... | |
| Index | prodDim |
| Additional field. More... | |
In the DynGrammarRule the production array is a dynamic array. The dynamic GrammarRule is used for Built-in Element Grammar and Built-in Fragment Grammar
Definition at line 682 of file bin/headers/procTypes.h.
| uint16_t DynGrammarRule::meta |
Definition at line 693 of file bin/headers/procTypes.h.
| Index DynGrammarRule::pCount |
Definition at line 688 of file bin/headers/procTypes.h.
| Index DynGrammarRule::prodDim |
Definition at line 696 of file bin/headers/procTypes.h.
| Production* DynGrammarRule::production |
Definition at line 685 of file bin/headers/procTypes.h.
1.8.4