| Package | Description |
|---|---|
| org.gradle.api.plugins.antlr.internal |
| Modifier and Type | Method and Description |
|---|---|
GrammarFileMetadata |
GrammarMetadata.getGrammarFile() |
GrammarFileMetadata |
XRef.getGrammarFileByClassName(String className)
Locate the grammar file metadata by the name of a class generated from one of its included grammars.
|
GrammarFileMetadata |
XRef.getGrammarFileByExportVocab(String vocabName)
Locate the grammar file metadata by the name of a vocabulary exported from one of its included grammars.
|
GrammarFileMetadata |
XRef.getGrammarFileByPath(String path)
Locate the grammar file metadata by grammar file path.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GrammarFileMetadata> |
XRef.iterateGrammarFiles() |
| Constructor and Description |
|---|
GrammarMetadata(GrammarFileMetadata grammarFileMetadata,
GrammarDelegate grammarDelegate) |
Copyright © 2013. All rights reserved