ANTLR3C  3.3.1
Modules
Here is a list of all modules:
[detail level 123]
 API 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.)
 API Typedefs and StructsThese structures (and the typedefs that you use to reference them and their pointers) are the C equivalent of objects
 ANTLR3_BASE_RECOGNIZER - Base Recognizer Class DefinitionThis is the definition of the base recognizer interface, instantiations of which are referred to via pANTLR3_BASE_RECOGNIZER
 ANTLR3_RECOGNIZER_SHARED_STATE Recognizer Shared State Class Definition
 ANTLR3_BITSET - Bitset Class Definition
 ANTLR3_TOKEN_FACTORY - Token Factory Class Definition
 ANTLR3_COMMON_TOKEN - Common Token Class Definition
 ANTLR3_EXCEPTION - Exception Class Definition
 ANTLR3_HASH_BUCKET - Hash Table Bucket Class Definition
 ANTLR3_HASH_ENTRY - Hash Table Entry Class Definition
 ANTLR3_HASH_ENUM - Hash Table Enumerator Class Definition
 ANTLR3_HASH_TABLE - Hash Table Class Definition
 ANTLR3_LIST - List Class Definition
 ANTLR3_VECTOR_FACTORY - Vector Factory Class Definition
 ANTLR3_VECTOR - Vector Class Definition
 ANTLR3_STACK - Stack Class Definition
 ANTLR3_INPUT_STREAM - Input Stream Class Definition
 ANTLR3_LEX_STATE - Lexer State Class Definition
 ANTLR3_STRING_FACTORY - String Factory Class Definition
 ANTLR3_STRING - String Class Definition
 ANTLR3_TOKEN_SOURCE - Token Source Class Definition
 ANTLR3_TOKEN_STREAM - Token Stream Class Definition
 ANTLR3_COMMON_TOKEN_STREAM - Common Token Stream Class Definition
 ANTLR3_CYCLIC_DFA - Cyclic DFA Class Definition
 ANTLR3_LEXER - Lexer Class Definition
 ANTLR3_PARSER - Parser Class Definition
 ANTLR3_BASE_TREE - Base Tree Class Definition
 ANTLR3_COMMON_TREE - Common Tree Class Definition
 ANTLR3_ARBORETUM - Tree Factory Class Definition
 ANTLR3_PARSE_TREE - Parse Tree Class Definition
 ANTLR3_TREE_NODE_STREAM - Tree Node Class Definition
 ANTLR3_COMMON_TREE_NODE_STREAM - Common Tree Node Class Definition
 ANTLR3_TREE_WALK_STATE - Tree Walk State Class Definition
 ANTLR3_BASE_TREE_ADAPTOR - Base Tree Class Definition
 ANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Class Definition
 ANTLR3_TREE_PARSER - Tree Parser Class Definition
 ANTLR3_INT_TRIE - Trie Class Definition
 ANTLR3_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
 pANTLR3_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
 pANTLR3_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
 pANTLR3_BITSET - Bitset Implementation
 pANTLR3_TOKEN_FACTORY - Token Factory Implementation
 pANTLR3_COMMON_TOKEN - Common Token Implementation
 pANTLR3_EXCEPTION - Exception Implementation
 pANTLR3_HASH_BUCKET - Hash Table Bucket Implementation
 pANTLR3_HASH_ENTRY - Hash Table Entry Implementation
 pANTLR3_HASH_ENUM - Hash Table Enumerator Implementation
 pANTLR3_HASH_TABLE - Hash Table Implementation
 pANTLR3_LIST - List Implementation
 pANTLR3_VECTOR_FACTORY - Vector Factory Implementation
 pANTLR3_VECTOR - Vector Implementation
 pANTLR3_STACK - Stack Implementation
 pANTLR3_INPUT_STREAM - Input Stream Implementation
 pANTLR3_LEX_STATE - Lexer State Implementation
 pANTLR3_STRING_FACTORY - String Factory Implementation
 pANTLR3_STRING - String Implementation
 pANTLR3_TOKEN_SOURCE - Token Source Implementation
 pANTLR3_TOKEN_STREAM - Token Stream Implementation
 pANTLR3_COMMON_TOKEN_STREAM - Common Token Implementation
 pANTLR3_CYCLIC_DFA - Cyclic DFA Implementation
 pANTLR3_LEXER - Lexer Implementation
 pANTLR3_PARSER - Parser Implementation
 pANTLR3_BASE_TREE - Base Tree Implementation
 pANTLR3_COMMON_TREE - Common Tree Implementation
 pANTLR3_ARBORETUM - Tree Factory Implementation
 pANTLR3_PARSE_TREE - Parse Tree Implementation
 pANTLR3_TREE_NODE_STREAM - Tree Node Stream Implementation
 pANTLR3_COMMON_TREE_NODE_STREAM - Common Tree Node Stream Implementation
 pANTLR3_TREE_WALK_STATE - Tree Walk State Implementation
 pANTLR3_BASE_TREE_ADAPTOR - Base Tree Adaptor Implementation
 pANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Implementation
 pANTLR3_TREE_PARSER - Tree ParserImplementation
 pANTLR3_INT_TRIE - Trie Implementation
 pANTLR3_REWRITE_RULE_ELEMENT_STREAM - Token Rewrite Stream Implementation
 pANTLR3_DEBUG_EVENT_LISTENER - Debugger Implementation
 PANTLR3_INT_STREAM