antlr3commontree (3) - Linux Manuals
NAME
include/antlr3commontree.h -
SYNOPSIS
#include <antlr3defs.h>
#include <antlr3basetree.h>
#include <antlr3commontoken.h>
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.
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_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 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.
Author
Generated automatically by Doxygen for ANTLR3C from the source code.