|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tool | |
|---|---|
| org.antlr.codegen | |
| org.antlr.tool | |
| Uses of Tool in org.antlr.codegen |
|---|
| Fields in org.antlr.codegen declared as Tool | |
|---|---|
protected 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 Tool | |
|---|---|
protected 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 |
JavaTarget.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 |
CTarget.chooseWhereCyclicDFAsGo(Tool tool,
CodeGenerator generator,
Grammar grammar,
org.stringtemplate.v4.ST recognizerST,
org.stringtemplate.v4.ST cyclicDFAST)
|
protected void |
Target.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 |
CSharp3Target.genRecognizerFile(Tool tool,
CodeGenerator generator,
Grammar grammar,
org.stringtemplate.v4.ST outputFileST)
|
protected void |
Target.genRecognizerHeaderFile(Tool tool,
CodeGenerator generator,
Grammar grammar,
org.stringtemplate.v4.ST headerFileST,
String extName)
|
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)
|
| Constructors in org.antlr.codegen with parameters of type Tool | |
|---|---|
CodeGenerator(Tool tool,
Grammar grammar,
String language)
|
|
| Uses of Tool in org.antlr.tool |
|---|
| Fields in org.antlr.tool declared as Tool | |
|---|---|
protected Tool |
BuildDependencyGenerator.tool
|
Tool |
Grammar.tool
|
| Methods in org.antlr.tool that return Tool | |
|---|---|
Tool |
Grammar.getTool()
|
| Methods in org.antlr.tool with parameters of type Tool | |
|---|---|
void |
Grammar.setTool(Tool tool)
|
static void |
ErrorManager.setTool(Tool tool)
|
| Constructors in org.antlr.tool with parameters of type Tool | |
|---|---|
BuildDependencyGenerator(Tool tool,
String grammarFileName)
|
|
Grammar(Tool tool)
|
|
Grammar(Tool tool,
String grammarString)
Used for testing and Interp/RandomPhrase. |
|
Grammar(Tool tool,
String fileName,
CompositeGrammar composite)
Create a grammar from file name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||