ANTLR3_COMMON_TREE_ADAPTOR_struct - Man Page

Synopsis

#include <antlr3commontreeadaptor.h>

Data Fields

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

Field Documentation

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().

ANTLR3_TREE_ADAPTOR ANTLR3_COMMON_TREE_ADAPTOR_struct::baseAdaptor

Base interface implementation, embedded structure.

Referenced by ANTLR3_TREE_ADAPTORNew().

void* ANTLR3_COMMON_TREE_ADAPTOR_struct::super

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

Author

Generated automatically by Doxygen for ANTLR3C from the source code.

Referenced By

The man pages antlr3-arboretum(3) and antlr3-baseAdaptor(3) are aliases of ANTLR3_COMMON_TREE_ADAPTOR_struct(3).

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