| Class | Description |
|---|---|
| AntlrSourceVirtualDirectoryImpl |
The implementation of the
AntlrSourceVirtualDirectory contract. |
| GenerationPlan |
Models information relevant to generation of a particular Antlr grammar file.
|
| GenerationPlanBuilder |
Builder for the properly order list of
generation plans. |
| GrammarDelegate |
Antlr defines its
Grammar class as package-protected for some unfortunate reason. |
| GrammarFileMetadata |
Models information about an Antlr grammar file, including the inidividual
grammars (lexers,
parsers, etc) contained within it. |
| GrammarMetadata |
Models a grammar defined within an Antlr grammar file.
|
| MetadataExtracter |
Preprocess an Antlr grammar file so that dependencies between grammars can be properly determined such that they can
be processed for generation in proper order later.
|
| XRef |
Models cross-reference (x-ref) info about
grammar files such as XRef.filesByPath,
XRef.filesByExportVocab and XRef.filesByClassName. |
Copyright © 2013. All rights reserved