ANTLR3C 3.3.1
src Directory Reference
Directory dependency graph for src:
src

Files

 antlr3baserecognizer.c
 Contains the base functions that all recognizers require.
 
 antlr3basetree.c
 
 antlr3basetreeadaptor.c
 Contains the base functions that all tree adaptors start with.
 
 antlr3bitset.c
 Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr's Java implementation.
 
 antlr3collections.c
 Provides a number of useful functions that are roughly equivalent to java HashTable and List for the purposes of Antlr 3 C runtime.
 
 antlr3commontoken.c
 
 antlr3commontree.c
 
 antlr3commontreeadaptor.c
 This is the standard tree adaptor used by the C runtime unless the grammar source file says to use anything different.
 
 antlr3commontreenodestream.c
 Defines the implementation of the common node stream the default tree node stream used by ANTLR.
 
 antlr3convertutf.c
 
 antlr3cyclicdfa.c
 
 antlr3debughandlers.c
 Provides the debugging functions invoked by a recognizer built using the debug generator mode of the antlr tool.
 
 antlr3encodings.c
 
 antlr3exception.c
 Contains default functions for creating and destroying as well as otherwise handling ANTLR3 standard exception structures.
 
 antlr3filestream.c
 The ANTLR3 C filestream is used when the source character stream is a filesystem based input set and all the characters in the filestream can be loaded at once into memory and away the lexer goes.
 
 antlr3inputstream.c
 Base functions to initialize and manipulate any input stream.
 
 antlr3intstream.c
 Implementation of superclass elements of an ANTLR3 int stream.
 
 antlr3lexer.c
 Base implementation of an antlr 3 lexer.
 
 antlr3parser.c
 Implementation of the base functionality for an ANTLR3 parser.
 
 antlr3rewritestreams.c
 Implementation of token/tree streams that are used by the tree re-write rules to manipulate the tokens and trees produced by rules that are subject to rewrite directives.
 
 antlr3string.c
 Implementation of the ANTLR3 string and string factory classes.
 
 antlr3tokenstream.c
 Default implementation of CommonTokenStream.
 
 antlr3treeparser.c
 Implementation of the tree parser and overrides for the base recognizer.