Groovy Documentation

Package org.gradle.api.plugins.antlr.metadata

 

Class Summary
GrammarDelegate Antlr defines its antlr.preprocessor.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 GrammarFileMetadata such as filesByPath, filesByExportVocab and filesByClassName.
 


Groovy Documentation