Package | Description |
---|---|
org.antlr.codegen | |
org.antlr.mojo.antlr3 | |
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 |
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 |
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 |
JavaTarget.chooseWhereCyclicDFAsGo(Tool tool,
CodeGenerator generator,
Grammar grammar,
org.stringtemplate.v4.ST recognizerST,
org.stringtemplate.v4.ST cyclicDFAST) |
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 |
CTarget.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.genRecognizerFile(Tool tool,
CodeGenerator generator,
Grammar grammar,
org.stringtemplate.v4.ST outputFileST) |
protected void |
CTarget.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) |
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) |
Constructor and Description |
---|
CodeGenerator(Tool tool,
Grammar grammar,
String language) |
Modifier and Type | Field and Description |
---|---|
protected Tool |
Antlr3Mojo.tool
An instance of the ANTLR tool build.
|
Modifier and Type | Field and Description |
---|---|
protected Tool |
BuildDependencyGenerator.tool |
Tool |
Grammar.tool |
Modifier and Type | Method and Description |
---|---|
Tool |
Grammar.getTool() |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorManager.setTool(Tool tool) |
void |
Grammar.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–2015 ANTLR. All rights reserved.