ANTLR3C  3.3.1
Modules
Here is a list of all modules:
[detail level 123]
oAPI ClassesThe 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.)
|oAPI Typedefs and StructsThese structures (and the typedefs that you use to reference them and their pointers) are the C equivalent of objects
||oANTLR3_BASE_RECOGNIZER - Base Recognizer Class DefinitionThis is the definition of the base recognizer interface, instantiations of which are referred to via pANTLR3_BASE_RECOGNIZER
||oANTLR3_RECOGNIZER_SHARED_STATE Recognizer Shared State Class Definition
||oANTLR3_BITSET - Bitset Class Definition
||oANTLR3_TOKEN_FACTORY - Token Factory Class Definition
||oANTLR3_COMMON_TOKEN - Common Token Class Definition
||oANTLR3_EXCEPTION - Exception Class Definition
||oANTLR3_HASH_BUCKET - Hash Table Bucket Class Definition
||oANTLR3_HASH_ENTRY - Hash Table Entry Class Definition
||oANTLR3_HASH_ENUM - Hash Table Enumerator Class Definition
||oANTLR3_HASH_TABLE - Hash Table Class Definition
||oANTLR3_LIST - List Class Definition
||oANTLR3_VECTOR_FACTORY - Vector Factory Class Definition
||oANTLR3_VECTOR - Vector Class Definition
||oANTLR3_STACK - Stack Class Definition
||oANTLR3_INPUT_STREAM - Input Stream Class Definition
||oANTLR3_LEX_STATE - Lexer State Class Definition
||oANTLR3_STRING_FACTORY - String Factory Class Definition
||oANTLR3_STRING - String Class Definition
||oANTLR3_TOKEN_SOURCE - Token Source Class Definition
||oANTLR3_TOKEN_STREAM - Token Stream Class Definition
||oANTLR3_COMMON_TOKEN_STREAM - Common Token Stream Class Definition
||oANTLR3_CYCLIC_DFA - Cyclic DFA Class Definition
||oANTLR3_LEXER - Lexer Class Definition
||oANTLR3_PARSER - Parser Class Definition
||oANTLR3_BASE_TREE - Base Tree Class Definition
||oANTLR3_COMMON_TREE - Common Tree Class Definition
||oANTLR3_ARBORETUM - Tree Factory Class Definition
||oANTLR3_PARSE_TREE - Parse Tree Class Definition
||oANTLR3_TREE_NODE_STREAM - Tree Node Class Definition
||oANTLR3_COMMON_TREE_NODE_STREAM - Common Tree Node Class Definition
||oANTLR3_TREE_WALK_STATE - Tree Walk State Class Definition
||oANTLR3_BASE_TREE_ADAPTOR - Base Tree Class Definition
||oANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Class Definition
||oANTLR3_TREE_PARSER - Tree Parser Class Definition
||oANTLR3_INT_TRIE - Trie Class Definition
||oANTLR3_REWRITE_RULE_ELEMENT_STREAM - Token Rewrite Stream Class Definition
||\ANTLR3_DEBUG_EVENT_LISTENER - Debugger Class Definition
|\API Implementation functionsAPI implementation functions are the default implementation of each of the methods in a particular typedef structure
| opANTLR3_BASE_RECOGNIZER Base Recognizer ImplementationThe base recognizer interface is implemented by all higher level recognizers such as pANTLR3_PARSER and provides methods common to all recognizers
| opANTLR3_RECOGNIZER_SHARED_STATE - Recognizer Shared State ImplementationThe recognizer shared state class does not have an implementation because it contains only data fields, documented at ANTLR3_RECOGNIZER_SHARED_STATE
| opANTLR3_BITSET - Bitset Implementation
| opANTLR3_TOKEN_FACTORY - Token Factory Implementation
| opANTLR3_COMMON_TOKEN - Common Token Implementation
| opANTLR3_EXCEPTION - Exception Implementation
| opANTLR3_HASH_BUCKET - Hash Table Bucket Implementation
| opANTLR3_HASH_ENTRY - Hash Table Entry Implementation
| opANTLR3_HASH_ENUM - Hash Table Enumerator Implementation
| opANTLR3_HASH_TABLE - Hash Table Implementation
| opANTLR3_LIST - List Implementation
| opANTLR3_VECTOR_FACTORY - Vector Factory Implementation
| opANTLR3_VECTOR - Vector Implementation
| opANTLR3_STACK - Stack Implementation
| opANTLR3_INPUT_STREAM - Input Stream Implementation
| opANTLR3_LEX_STATE - Lexer State Implementation
| opANTLR3_STRING_FACTORY - String Factory Implementation
| opANTLR3_STRING - String Implementation
| opANTLR3_TOKEN_SOURCE - Token Source Implementation
| opANTLR3_TOKEN_STREAM - Token Stream Implementation
| opANTLR3_COMMON_TOKEN_STREAM - Common Token Implementation
| opANTLR3_CYCLIC_DFA - Cyclic DFA Implementation
| opANTLR3_LEXER - Lexer Implementation
| opANTLR3_PARSER - Parser Implementation
| opANTLR3_BASE_TREE - Base Tree Implementation
| opANTLR3_COMMON_TREE - Common Tree Implementation
| opANTLR3_ARBORETUM - Tree Factory Implementation
| opANTLR3_PARSE_TREE - Parse Tree Implementation
| opANTLR3_TREE_NODE_STREAM - Tree Node Stream Implementation
| opANTLR3_COMMON_TREE_NODE_STREAM - Common Tree Node Stream Implementation
| opANTLR3_TREE_WALK_STATE - Tree Walk State Implementation
| opANTLR3_BASE_TREE_ADAPTOR - Base Tree Adaptor Implementation
| opANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Implementation
| opANTLR3_TREE_PARSER - Tree ParserImplementation
| opANTLR3_INT_TRIE - Trie Implementation
| opANTLR3_REWRITE_RULE_ELEMENT_STREAM - Token Rewrite Stream Implementation
| \pANTLR3_DEBUG_EVENT_LISTENER - Debugger Implementation
\PANTLR3_INT_STREAM