ANTLR3_TREE_PARSER_struct (3) Linux Manual Page
ANTLR3_TREE_PARSER_struct – Internal structure representing an element in a hash bucket. Synopsis#include <antlr3treeparser.h> Data FieldspANTLR3_COMMON_TREE_NODE_STREAM ctnstream Pointer to the common tree node stream for the parser. void(* free )(struct ANTLR3_TREE_PARSER_struct *parser) Pointer to a function that knows how to free resources of an ANTLR3 tree parser. pANTLR3_COMMON_TREE_NODE_STREAM(* getTreeNodeStream )(struct ANTLR3_TREE_PARSER_struct *parser) Return a pointer to…
