APG
… an ABNF Parser Generator
|
Generalized UDT for first-pass semantic processing. More...
#include <semantics.h>
Data Fields | |
char * | cpName |
aint | uiNameLength |
aint | uiIndex |
aint | uiEmpty |
Generalized UDT for first-pass semantic processing.
Definition at line 41 of file semantics.h.
char* semantic_udt::cpName |
Pointer to the UDT name in input grammar (not null-termed).
Definition at line 42 of file semantics.h.
aint semantic_udt::uiEmpty |
APG_TRUE if the UDT can be empty, APG_FALSE otherwise.
Definition at line 45 of file semantics.h.
aint semantic_udt::uiIndex |
index of this UDT in the UDT list
Definition at line 44 of file semantics.h.
aint semantic_udt::uiNameLength |
Number of characters in the name, not including the null term
Definition at line 43 of file semantics.h.