ANTLR3C  3.3.1
antlr3commontree.h File Reference
#include <antlr3defs.h>
#include <antlr3basetree.h>
#include <antlr3commontoken.h>
Include dependency graph for antlr3commontree.h:
This graph shows which files directly or indirectly include this file:

Data Structures

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. More...
 
struct  ANTLR3_COMMON_TREE_struct
 Interface for an ANTLR3 common tree which is what gets passed around by the AST producing parser. More...
 

Typedefs

typedef struct ANTLR3_ARBORETUM_struct ANTLR3_ARBORETUM
 ANTLR3 Tree factory interface to create lots of trees efficiently rather than creating and freeing lots of little bits of memory. More...
 
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. More...
 

Typedef Documentation

◆ ANTLR3_ARBORETUM

ANTLR3 Tree factory interface to create lots of trees efficiently rather than creating and freeing lots of little bits of memory.

◆ ANTLR3_COMMON_TREE

Interface for an ANTLR3 common tree which is what gets passed around by the AST producing parser.