Uses of Class antlr.Tool

Uses in package antlr.preprocessor

Constructors with parameter type antlr.Tool

Grammar.Grammar(Tool tool, String name, String superGrammar, IndexedVector rules)
GrammarFile.GrammarFile(Tool tool, String f)
Tool.Tool(Tool t, String[] args)

Fields of type antlr.Tool

Tool
Tool
Tool
Tool

Methods with parameter type antlr.Tool

void
Hierarchy.setTool(Tool antlrTool)
void
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.

Methods with return type antlr.Tool

Tool
Tool

Uses in package antlr.actions.python

Constructors with parameter type antlr.Tool

CodeLexer.CodeLexer(String s, String fname, int line, Tool tool)

Methods with parameter type antlr.Tool

void

Uses in package antlr.actions.csharp

Methods with parameter type antlr.Tool

void

Uses in package antlr.actions.java

Methods with parameter type antlr.Tool

void

Uses in package antlr

Constructors with parameter type antlr.Tool

DefineGrammarSymbols.DefineGrammarSymbols(Tool tool_, String[] args_, LLkAnalyzer analyzer_)
Grammar.Grammar(String className_, Tool tool_, String superClass)
ImportVocabTokenManager.ImportVocabTokenManager(Grammar grammar, String filename_, String name_, Tool tool_)
Create an LLk analyzer
LexerGrammar.LexerGrammar(String className_, Tool tool_, String superClass)
MakeGrammar.MakeGrammar(Tool tool_, String[] args_, LLkAnalyzer analyzer_)
ParserGrammar.ParserGrammar(String className_, Tool tool_, String superClass)
TreeWalkerGrammar.TreeWalkerGrammar(String className_, Tool tool_, String superClass)

Fields of type antlr.Tool

Tool
Tool
Tool
Tool
Tool
Tool

Methods with parameter type antlr.Tool

void
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
void
PrintWriter
PrintWriter
PrintWriter
PrintWriter
PrintWriter

Methods with return type antlr.Tool

Tool

Uses in package antlr.actions.cpp

Methods with parameter type antlr.Tool

void