Uses of Class
antlr.Tool
-
Packages that use Tool Package Description 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 Modifier and Type Field Description (package private) ToolANTLRParser. antlrToolprotected ToolCodeGenerator. antlrToolprotected ToolGrammar. antlrToolprotected ToolSimpleTokenManager. antlrToolprotected ToolDefineGrammarSymbols. toolprotected ToolLLkAnalyzer. toolMethods in antlr that return Tool Modifier and Type Method Description protected ToolANTLRTokdefParser. getTool()Methods in antlr with parameters of type Tool Modifier and Type Method Description voidANTLRTokdefParser. 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.voidCodeGenerator. setTool(Tool tool)voidJavaCodeGenerator. setTool(Tool tool)java.io.PrintWriterDefaultJavaCodeGeneratorPrintWriterManager. setupOutput(Tool tool, Grammar grammar)java.io.PrintWriterDefaultJavaCodeGeneratorPrintWriterManager. setupOutput(Tool tool, Grammar grammar, java.lang.String fileName)java.io.PrintWriterDefaultJavaCodeGeneratorPrintWriterManager. setupOutput(Tool tool, java.lang.String fileName)java.io.PrintWriterJavaCodeGeneratorPrintWriterManager. setupOutput(Tool tool, Grammar grammar)java.io.PrintWriterJavaCodeGeneratorPrintWriterManager. setupOutput(Tool tool, java.lang.String fileName)Constructors in antlr with parameters of type Tool Constructor Description 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 analyzerMakeGrammar(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 Modifier and Type Method Description voidActionLexer. setTool(Tool tool) -
Uses of Tool in antlr.actions.csharp
Methods in antlr.actions.csharp with parameters of type Tool Modifier and Type Method Description voidActionLexer. setTool(Tool tool) -
Uses of Tool in antlr.actions.java
Methods in antlr.actions.java with parameters of type Tool Modifier and Type Method Description voidActionLexer. setTool(Tool tool) -
Uses of Tool in antlr.actions.python
Methods in antlr.actions.python with parameters of type Tool Modifier and Type Method Description voidActionLexer. setTool(Tool tool)Constructors in antlr.actions.python with parameters of type Tool Constructor Description 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 Modifier and Type Field Description protected ToolGrammar. antlrToolprotected ToolHierarchy. antlrToolprotected ToolTool. antlrToolprotected ToolGrammarFile. toolMethods in antlr.preprocessor that return Tool Modifier and Type Method Description ToolHierarchy. getTool()protected ToolPreprocessor. getTool()Methods in antlr.preprocessor with parameters of type Tool Modifier and Type Method Description voidHierarchy. setTool(Tool antlrTool)voidPreprocessor. 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 Constructor Description 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)
-