antlr3-apiclasses - Man Page

API Classes

Synopsis

Topics

API Typedefs and Structs
API Implementation functions

Detailed Description

The API classes are divided into the typdefs (and their underlying structs) that are the containers for each 'object' within the ANTLR3C runtime, and their implementations (the functions that are installed by default in to these structures when you create them.)

The typedefs contain data and function pointers, which together define the object. The implementation functions are the default implementations of the 'methds' encapsulated by the typdef structures.You may override any of the methods once their objects are created by installing a pointer to your own function. Some of these methods create other 'objects' (instances of typedef structures), which allows you install your own method and create your own implementation of these.

Author

Generated automatically by Doxygen for ANTLR3C from the source code.

Info

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