Sponsor:

Your company here, and a link to your site. Click to find out more.

antlr3commontree.h - Man Page

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_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.

Author

Generated automatically by Doxygen for ANTLR3C from the source code.

Info

Tue Feb 27 2024 00:00:00 Version 3.3.1 ANTLR3C