ANTLR3C
3.3.1
|
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. | |
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 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.
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.