| Interface | Description |
|---|---|
| VMFTextSourceVirtualDirectory | Contract for a Gradle "convention object" that acts as a handler for what the developer of the ANTLR gradle plugin calls 'a virtual directory mapping', injecting a virtual directory named 'vmf-text' into the project's various org.gradle.api.tasks.SourceSet. |
| Class | Description |
|---|---|
| CompileVMFTextTask | Generates language models from *.g4 grammars |
| VMFTextPlugin | |
| VMFTextPluginExtension | |
| VMFTextSourceVirtualDirectoryImpl | The implementation of the VMFTextSourceVirtualDirectory contract. |