|
ANTLR3C 3.3.1
|
Files | |
| antlr3.h | |
| antlr3baserecognizer.h | |
| Defines the basic structure to support recognizing by either a lexer, parser, or tree parser. | |
| antlr3basetree.h | |
| Definition of the ANTLR3 base tree. | |
| antlr3basetreeadaptor.h | |
| Definition of the ANTLR3 base tree adaptor. | |
| antlr3bitset.h | |
| Defines the basic structures of an ANTLR3 bitset. | |
| antlr3collections.h | |
| antlr3commontoken.h | |
| Defines the interface for a common token. | |
| antlr3commontree.h | |
| antlr3commontreeadaptor.h | |
| Definition of the ANTLR3 common tree adaptor. | |
| antlr3commontreenodestream.h | |
| Definition of the ANTLR3 common tree node stream. | |
| antlr3convertutf.h | |
| antlr3cyclicdfa.h | |
| antlr3debugeventlistener.h | |
| The definition of all debugging events that a recognizer can trigger. | |
| antlr3defs.h | |
| Basic type and constant definitions for ANTLR3 Runtime. | |
| antlr3encodings.h | |
| antlr3errors.h | |
| antlr3exception.h | |
| Contains the definition of a basic ANTLR3 exception structure created by a recognizer when errors are found/predicted. | |
| antlr3filestream.h | |
| antlr3input.h | |
| Defines the basic structures used to manipulate character streams from any input source. | |
| antlr3interfaces.h | |
| Declarations for all the antlr3 C runtime interfaces/classes. | |
| antlr3intstream.h | |
| Defines the the class interface for an antlr3 INTSTREAM. | |
| antlr3lexer.h | |
| Base interface for any ANTLR3 lexer. | |
| antlr3memory.h | |
| antlr3parser.h | |
| Base implementation of an ANTLR3 parser. | |
| antlr3parsetree.h | |
| Abstraction of Common tree to provide payload and string representation of node. | |
| antlr3recognizersharedstate.h | |
| While the C runtime does not need to model the state of multiple lexers and parsers in the same way as the Java runtime does it is no overhead to reflect that model. | |
| antlr3rewritestreams.h | |
| antlr3string.h | |
| Simple string interface allows indiscriminate allocation of strings such that they can be allocated all over the place and released in one chunk via a string factory - saves lots of hassle in remembering what strings were allocated where. | |
| antlr3tokenstream.h | |
| Defines the interface for an ANTLR3 common token stream. | |
| antlr3treeparser.h | |