antlr3EnumNext (3) Linux Manual Page
src/antlr3collections.c – Provides a number of useful functions that are roughly equivalent to java HashTable and List for the purposes of Antlr 3 C runtime. Synopsis#include <antlr3.h> #include ‘antlr3collections.h’ Functionsstatic void addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency) static void antlr3EnumFree (pANTLR3_HASH_ENUM en) Frees up the memory structures that represent a hash table enumeration. pANTLR3_HASH_ENUM…
