ANTLR3_TOKEN_FACTORY_struct (3) Linux Manual Page
ANTLR3_TOKEN_FACTORY_struct – ANTLR3 Token factory interface to create lots of tokens efficiently rather than creating and freeing lots of little bits of memory. Synopsis#include <antlr3commontoken.h> Data Fieldsvoid(* close )(struct ANTLR3_TOKEN_FACTORY_struct *factory) Pointer to a function the destroys the factory. pANTLR3_INPUT_STREAM input Pointer to an input stream that is using this token factory (may be NULL)…
