antlr3-bitNum (3) Linux Manual Page
ANTLR3_INT_TRIE_NODE_struct – Structure that defines an element/node in an ANTLR3_INT_TRIE. Synopsis #include <antlr3collections.h> Data Fields ANTLR3_UINT32 bitNum This is the left/right bit index for traversal along the nodes. pANTLR3_TRIE_ENTRY buckets This is the data bucket(s) that the key indexes, which may be NULL. ANTLR3_INTKEY key This is the actual key that the entry represents if…
