API Classes

Collaboration diagram for API Classes:

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.


Modules

 API Typedefs and Structs
 These structures (and the typedefs that you use to reference them and their pointers) are the C equivalent of objects.
 API Implementation functions
 API implementation functions are the default implementation of each of the methods in a particular typedef structure.


Generated on Mon Nov 29 17:23:56 2010 for ANTLR3C by  doxygen 1.5.5