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 String
CodeGenerator.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 String
CodeGenerator.processActionForSpecialSymbols
(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process $ and # references within the action.protected String
CppCodeGenerator.processActionForSpecialSymbols
(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process tree-specifiers in the action.protected String
CSharpCodeGenerator.processActionForSpecialSymbols
(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process tree-specifiers in the action.protected String
DiagnosticCodeGenerator.processActionForSpecialSymbols
(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) protected String
DocBookCodeGenerator.processActionForSpecialSymbols
(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) protected String
HTMLCodeGenerator.processActionForSpecialSymbols
(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) protected String
JavaCodeGenerator.processActionForSpecialSymbols
(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) Lexically process $var and tree-specifiers in the action.protected String
PythonCodeGenerator.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)