Uses of Class
antlr.ActionTransInfo
Packages that use ActionTransInfo
Package
Description
-
Uses of ActionTransInfo in antlr
Methods in antlr with parameters of type ActionTransInfoModifier and TypeMethodDescriptionabstract StringCodeGenerator.mapTreeId(String id, ActionTransInfo tInfo) Map an identifier to it's corresponding tree-node variable.CppCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo) Map an identifier to it's corresponding tree-node variable.CSharpCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo) Map an identifier to it's corresponding tree-node variable.DiagnosticCodeGenerator.mapTreeId(String id, ActionTransInfo tInfo) Map an identifier to it's corresponding tree-node variable.DocBookCodeGenerator.mapTreeId(String id, ActionTransInfo tInfo) Map an identifier to it's corresponding tree-node variable.HTMLCodeGenerator.mapTreeId(String id, ActionTransInfo tInfo) Map an identifier to it's corresponding tree-node variable.JavaCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo) Map an identifier to it's corresponding tree-node variable.PythonCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo) Map an identifier to it's corresponding tree-node variable.protected abstract StringCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process $ and # references within the action.protected StringCppCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process tree-specifiers in the action.protected StringCSharpCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process tree-specifiers in the action.protected StringDiagnosticCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) protected StringDocBookCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) protected StringHTMLCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) protected StringJavaCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process $var and tree-specifiers in the action.protected StringPythonCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process $var and tree-specifiers in the action. -
Uses of ActionTransInfo in antlr.actions.cpp
Fields in antlr.actions.cpp declared as ActionTransInfoConstructors in antlr.actions.cpp with parameters of type ActionTransInfoModifierConstructorDescriptionActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo) -
Uses of ActionTransInfo in antlr.actions.csharp
Fields in antlr.actions.csharp declared as ActionTransInfoConstructors in antlr.actions.csharp with parameters of type ActionTransInfoModifierConstructorDescriptionActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo) -
Uses of ActionTransInfo in antlr.actions.java
Fields in antlr.actions.java declared as ActionTransInfoConstructors in antlr.actions.java with parameters of type ActionTransInfoModifierConstructorDescriptionActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo) -
Uses of ActionTransInfo in antlr.actions.python
Fields in antlr.actions.python declared as ActionTransInfoConstructors in antlr.actions.python with parameters of type ActionTransInfoModifierConstructorDescriptionActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)