Uses of Class
antlr.Tool

Packages that use Tool
antlr   
antlr.actions.cpp   
antlr.actions.csharp   
antlr.actions.java   
antlr.actions.python   
antlr.preprocessor   
 

Uses of Tool in antlr
 

Fields in antlr declared as Tool
(package private)  Tool ANTLRParser.antlrTool
           
protected  Tool CodeGenerator.antlrTool
           
protected  Tool Grammar.antlrTool
           
protected  Tool SimpleTokenManager.antlrTool
           
protected  Tool DefineGrammarSymbols.tool
           
protected  Tool LLkAnalyzer.tool
           
 

Methods in antlr that return Tool
protected  Tool ANTLRTokdefParser.getTool()
           
 

Methods in antlr with parameters of type Tool
 void ANTLRTokdefParser.setTool(Tool tool)
          In order to make it so existing subclasses don't break, we won't require that the antlr.Tool instance be passed as a constructor element.
 void CodeGenerator.setTool(Tool tool)
           
 void JavaCodeGenerator.setTool(Tool tool)
          
 java.io.PrintWriter DefaultJavaCodeGeneratorPrintWriterManager.setupOutput(Tool tool, Grammar grammar)
           
 java.io.PrintWriter JavaCodeGeneratorPrintWriterManager.setupOutput(Tool tool, Grammar grammar)
           
 java.io.PrintWriter DefaultJavaCodeGeneratorPrintWriterManager.setupOutput(Tool tool, Grammar grammar, java.lang.String fileName)
           
 java.io.PrintWriter DefaultJavaCodeGeneratorPrintWriterManager.setupOutput(Tool tool, java.lang.String fileName)
           
 java.io.PrintWriter JavaCodeGeneratorPrintWriterManager.setupOutput(Tool tool, java.lang.String fileName)
           
 

Constructors in antlr with parameters of type Tool
ANTLRParser(TokenBuffer tokenBuf, ANTLRGrammarParseBehavior behavior_, Tool tool_)
           
DefaultToolErrorHandler(Tool tool)
           
DefineGrammarSymbols(Tool tool_, java.lang.String[] args_, LLkAnalyzer analyzer_)
           
Grammar(java.lang.String className_, Tool tool_, java.lang.String superClass)
           
ImportVocabTokenManager(Grammar grammar, java.lang.String filename_, java.lang.String name_, Tool tool_)
           
LexerGrammar(java.lang.String className_, Tool tool_, java.lang.String superClass)
           
LLkAnalyzer(Tool tool_)
          Create an LLk analyzer
MakeGrammar(Tool tool_, java.lang.String[] args_, LLkAnalyzer analyzer_)
           
ParserGrammar(java.lang.String className_, Tool tool_, java.lang.String superClass)
           
SimpleTokenManager(java.lang.String name_, Tool tool_)
           
TreeWalkerGrammar(java.lang.String className_, Tool tool_, java.lang.String superClass)
           
 

Uses of Tool in antlr.actions.cpp
 

Methods in antlr.actions.cpp with parameters of type Tool
 void ActionLexer.setTool(Tool tool)
           
 

Uses of Tool in antlr.actions.csharp
 

Methods in antlr.actions.csharp with parameters of type Tool
 void ActionLexer.setTool(Tool tool)
           
 

Uses of Tool in antlr.actions.java
 

Methods in antlr.actions.java with parameters of type Tool
 void ActionLexer.setTool(Tool tool)
           
 

Uses of Tool in antlr.actions.python
 

Methods in antlr.actions.python with parameters of type Tool
 void ActionLexer.setTool(Tool tool)
           
 

Constructors in antlr.actions.python with parameters of type Tool
CodeLexer(java.lang.String s, java.lang.String fname, int line, Tool tool)
           
 

Uses of Tool in antlr.preprocessor
 

Fields in antlr.preprocessor declared as Tool
protected  Tool Grammar.antlrTool
           
protected  Tool Hierarchy.antlrTool
           
protected  Tool Tool.antlrTool
           
protected  Tool GrammarFile.tool
           
 

Methods in antlr.preprocessor that return Tool
 Tool Hierarchy.getTool()
           
protected  Tool Preprocessor.getTool()
           
 

Methods in antlr.preprocessor with parameters of type Tool
 void Hierarchy.setTool(Tool antlrTool)
           
 void Preprocessor.setTool(Tool tool)
          In order to make it so existing subclasses don't break, we won't require that the antlr.Tool instance be passed as a constructor element.
 

Constructors in antlr.preprocessor with parameters of type Tool
Grammar(Tool tool, java.lang.String name, java.lang.String superGrammar, IndexedVector rules)
           
GrammarFile(Tool tool, java.lang.String f)
           
Hierarchy(Tool tool)
           
Tool(Tool t, java.lang.String[] args)