Uses of Class
org.antlr.v4.Tool
Packages that use Tool
Package
Description
-
Uses of Tool in org.antlr.mojo.antlr4
Subclasses of Tool in org.antlr.mojo.antlr4Fields in org.antlr.mojo.antlr4 declared as ToolModifier and TypeFieldDescriptionprivate final Tool
Antlr4ErrorLog.tool
protected Tool
Antlr4Mojo.tool
An instance of the ANTLR tool buildMethods in org.antlr.mojo.antlr4 with parameters of type ToolModifier and TypeMethodDescriptionprivate void
GrammarDependencies.analyse
(File grammarFile, Collection<File> grammarFiles, Tool tool) Performs dependency analysis for the given grammar files.Constructors in org.antlr.mojo.antlr4 with parameters of type ToolModifierConstructorDescriptionAntlr4ErrorLog
(Tool tool, org.sonatype.plexus.build.incremental.BuildContext buildContext, org.apache.maven.plugin.logging.Log log) Creates an instance ofAntlr4ErrorLog
. -
Uses of Tool in org.antlr.v4.analysis
Fields in org.antlr.v4.analysis declared as ToolModifier and TypeFieldDescriptionLeftRecursiveRuleAnalyzer.tool
LeftRecursiveRuleTransformer.tool
Constructors in org.antlr.v4.analysis with parameters of type ToolModifierConstructorDescriptionLeftRecursiveRuleAnalyzer
(GrammarAST ruleAST, Tool tool, String ruleName, String language) -
Uses of Tool in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen declared as ToolModifier and TypeFieldDescriptionfinal Tool
CodeGenerator.tool
(package private) Tool
OutputModelWalker.tool
Methods in org.antlr.v4.codegen with parameters of type ToolConstructors in org.antlr.v4.codegen with parameters of type ToolModifierConstructorDescriptionprivate
CodeGenerator
(Tool tool, Grammar g, String language) OutputModelWalker
(Tool tool, org.stringtemplate.v4.STGroup templates) -
Uses of Tool in org.antlr.v4.parse
Fields in org.antlr.v4.parse declared as ToolConstructors in org.antlr.v4.parse with parameters of type ToolModifierConstructorDescriptionToolANTLRLexer
(org.antlr.runtime.CharStream input, Tool tool) ToolANTLRParser
(org.antlr.runtime.TokenStream input, Tool tool) -
Uses of Tool in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as ToolModifier and TypeFieldDescriptionprotected Tool
BuildDependencyGenerator.tool
DefaultToolListener.tool
ErrorManager.tool
final Tool
Grammar.tool
GrammarTransformPipeline.tool
Constructors in org.antlr.v4.tool with parameters of type ToolModifierConstructorDescriptionBuildDependencyGenerator
(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)