Uses of Class
org.antlr.Tool
Packages that use Tool
-
Uses of Tool in org.antlr.codegen
Fields in org.antlr.codegen declared as ToolModifier and TypeFieldDescriptionprotected Tool
CodeGenerator.tool
A reference to the ANTLR tool so we can learn about output directories and such.Methods in org.antlr.codegen with parameters of type ToolModifier and TypeMethodDescriptionprotected org.stringtemplate.v4.ST
ActionScriptTarget.chooseWhereCyclicDFAsGo
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST recognizerST, org.stringtemplate.v4.ST cyclicDFAST) protected org.stringtemplate.v4.ST
CppTarget.chooseWhereCyclicDFAsGo
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST recognizerST, org.stringtemplate.v4.ST cyclicDFAST) protected org.stringtemplate.v4.ST
CTarget.chooseWhereCyclicDFAsGo
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST recognizerST, org.stringtemplate.v4.ST cyclicDFAST) protected org.stringtemplate.v4.ST
DelphiTarget.chooseWhereCyclicDFAsGo
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST recognizerST, org.stringtemplate.v4.ST cyclicDFAST) protected org.stringtemplate.v4.ST
JavaTarget.chooseWhereCyclicDFAsGo
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST recognizerST, org.stringtemplate.v4.ST cyclicDFAST) protected void
CppTarget.genRecognizerFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST outputFileST) protected void
CSharp3Target.genRecognizerFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST outputFileST) protected void
CTarget.genRecognizerFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST outputFileST) protected void
RubyTarget.genRecognizerFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST outputFileST) protected void
Target.genRecognizerFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST outputFileST) protected void
CppTarget.genRecognizerHeaderFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST headerFileST, String extName) protected void
CTarget.genRecognizerHeaderFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST headerFileST, String extName) protected void
ObjCTarget.genRecognizerHeaderFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST headerFileST, String extName) protected void
Target.genRecognizerHeaderFile
(Tool tool, CodeGenerator generator, Grammar grammar, org.stringtemplate.v4.ST headerFileST, String extName) Constructors in org.antlr.codegen with parameters of type Tool -
Uses of Tool in org.antlr.mojo.antlr3
Fields in org.antlr.mojo.antlr3 declared as Tool -
Uses of Tool in org.antlr.tool
Fields in org.antlr.tool declared as ToolFields in org.antlr.tool with type parameters of type ToolModifier and TypeFieldDescriptionErrorManager.threadToToolMap
Each thread has its own ptr to a Tool object, which knows how to panic, for example.Methods in org.antlr.tool that return ToolMethods in org.antlr.tool with parameters of type ToolModifier and TypeMethodDescriptionstatic void
void
Constructors in org.antlr.tool with parameters of type Tool