| Package | Description |
|---|---|
| org.antlr.codegen | |
| org.antlr.tool |
| Modifier and Type | Field and Description |
|---|---|
protected Tool |
CodeGenerator.tool
A reference to the ANTLR tool so we can learn about output directories
and such.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
ActionScriptTarget.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 |
RubyTarget.genRecognizerFile(Tool tool,
CodeGenerator generator,
Grammar grammar,
org.stringtemplate.v4.ST outputFileST) |
protected void |
CppTarget.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 |
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 |
ObjCTarget.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) |
| Constructor and Description |
|---|
CodeGenerator(Tool tool,
Grammar grammar,
String language) |
| Modifier and Type | Field and Description |
|---|---|
Tool |
Grammar.tool |
protected Tool |
BuildDependencyGenerator.tool |
| Modifier and Type | Method and Description |
|---|---|
Tool |
Grammar.getTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
Grammar.setTool(Tool tool) |
static void |
ErrorManager.setTool(Tool tool) |
| Constructor and Description |
|---|
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.
|
Copyright © 1992–2014 ANTLR. All rights reserved.