antlr3commontree (3) Linux Manual Page
include/antlr3commontree.h –
Synopsis
#include <antlr3defs.h>#include <antlr3basetree.h>
#include <antlr3commontoken.h>
Data Structures
struct ANTLR3_ARBORETUM_structANTLR3 Tree factory interface to create lots of trees efficiently rather than creating and freeing lots of little bits of memory.
struct ANTLR3_COMMON_TREE_struct
Interface for an ANTLR3 common tree which is what gets passed around by the AST producing parser.
Typedefs
typedef struct ANTLR3_ARBORETUM_struct ANTLR3_ARBORETUMANTLR3 Tree factory interface to create lots of trees efficiently rather than creating and freeing lots of little bits of memory.
typedef struct ANTLR3_COMMON_TREE_struct ANTLR3_COMMON_TREE
Interface for an ANTLR3 common tree which is what gets passed around by the AST producing parser.
Typedef Documentation
typedef struct ANTLR3_ARBORETUM_struct
ANTLR3 Tree factory interface to create lots of trees efficiently rather than creating and freeing lots of little bits of memory.
typedef struct ANTLR3_COMMON_TREE_struct
Interface for an ANTLR3 common tree which is what gets passed around by the AST producing parser.
