| Package | Description |
|---|---|
| org.antlr.mojo.antlr4 | |
| org.antlr.v4.analysis | |
| org.antlr.v4.codegen | |
| org.antlr.v4.parse | |
| org.antlr.v4.tool |
| Modifier and Type | Class and Description |
|---|---|
private class |
Antlr4Mojo.CustomTool |
| Modifier and Type | Field and Description |
|---|---|
protected Tool |
Antlr4Mojo.tool
An instance of the ANTLR tool build
|
private Tool |
Antlr4ErrorLog.tool |
| Modifier and Type | Method and Description |
|---|---|
private void |
GrammarDependencies.analyse(java.io.File grammarFile,
java.util.Collection<java.io.File> grammarFiles,
Tool tool) |
GrammarDependencies |
GrammarDependencies.analyze(java.util.Set<java.io.File> grammarFiles,
java.util.Set<java.io.File> importGrammarFiles,
Tool tool)
Performs dependency analysis for the given grammar files.
|
| Constructor and Description |
|---|
Antlr4ErrorLog(Tool tool,
org.sonatype.plexus.build.incremental.BuildContext buildContext,
org.apache.maven.plugin.logging.Log log)
Creates an instance of
Antlr4ErrorLog. |
| Modifier and Type | Field and Description |
|---|---|
Tool |
LeftRecursiveRuleTransformer.tool |
Tool |
LeftRecursiveRuleAnalyzer.tool |
| Constructor and Description |
|---|
LeftRecursiveRuleAnalyzer(GrammarAST ruleAST,
Tool tool,
java.lang.String ruleName,
java.lang.String language) |
| Modifier and Type | Field and Description |
|---|---|
Tool |
CodeGenerator.tool |
(package private) Tool |
OutputModelWalker.tool |
| Constructor and Description |
|---|
CodeGenerator(Tool tool,
Grammar g,
java.lang.String language) |
OutputModelWalker(Tool tool,
org.stringtemplate.v4.STGroup templates) |
| Modifier and Type | Field and Description |
|---|---|
Tool |
ToolANTLRParser.tool |
Tool |
ToolANTLRLexer.tool |
| Constructor and Description |
|---|
ToolANTLRLexer(org.antlr.runtime.CharStream input,
Tool tool) |
ToolANTLRParser(org.antlr.runtime.TokenStream input,
Tool tool) |
| Modifier and Type | Field and Description |
|---|---|
protected Tool |
BuildDependencyGenerator.tool |
Tool |
ErrorManager.tool |
Tool |
GrammarTransformPipeline.tool |
Tool |
Grammar.tool |
Tool |
DefaultToolListener.tool |
| Constructor and Description |
|---|
BuildDependencyGenerator(Tool tool,
Grammar g) |
DefaultToolListener(Tool tool) |
ErrorManager(Tool tool) |
Grammar(Tool tool,
GrammarRootAST ast) |
GrammarTransformPipeline(Grammar g,
Tool tool) |
LexerGrammar(Tool tool,
GrammarRootAST ast) |