ANTLR3C  3.3.1
ANTLR3_COMMON_TREE_ADAPTOR_struct Struct Reference

#include <antlr3commontreeadaptor.h>

Collaboration diagram for ANTLR3_COMMON_TREE_ADAPTOR_struct:

Data Fields

pANTLR3_ARBORETUM arboretum
 Tree factory for producing new nodes as required without needing to track memory allocation per node. More...
 
ANTLR3_TREE_ADAPTOR baseAdaptor
 Base interface implementation, embedded structure. More...
 
void * super
 Any enclosing structure/class can use this pointer to point to its own interface. More...
 

Field Documentation

◆ arboretum

pANTLR3_ARBORETUM ANTLR3_COMMON_TREE_ADAPTOR_struct::arboretum

Tree factory for producing new nodes as required without needing to track memory allocation per node.

Referenced by ANTLR3_TREE_ADAPTORNew(), and ctaFree().

◆ baseAdaptor

ANTLR3_TREE_ADAPTOR ANTLR3_COMMON_TREE_ADAPTOR_struct::baseAdaptor

Base interface implementation, embedded structure.

Referenced by ANTLR3_TREE_ADAPTORNew().

◆ super

void* ANTLR3_COMMON_TREE_ADAPTOR_struct::super

Any enclosing structure/class can use this pointer to point to its own interface.


The documentation for this struct was generated from the following file: