Uses of Class antlr.ActionTransInfo

Uses in package antlr.actions.python

Constructors with parameter type antlr.ActionTransInfo

ActionLexer.ActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)

Fields of type antlr.ActionTransInfo

ActionTransInfo

Uses in package antlr.actions.csharp

Constructors with parameter type antlr.ActionTransInfo

ActionLexer.ActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)

Fields of type antlr.ActionTransInfo

ActionTransInfo

Uses in package antlr.actions.java

Constructors with parameter type antlr.ActionTransInfo

ActionLexer.ActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)

Fields of type antlr.ActionTransInfo

ActionTransInfo

Uses in package antlr

Methods with parameter type antlr.ActionTransInfo

String
Map an identifier to it's corresponding tree-node variable.
String
CppCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo)
Map an identifier to it's corresponding tree-node variable.
String
CSharpCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo)
Map an identifier to it's corresponding tree-node variable.
String
Map an identifier to it's corresponding tree-node variable.
String
Map an identifier to it's corresponding tree-node variable.
String
Map an identifier to it's corresponding tree-node variable.
String
JavaCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo)
Map an identifier to it's corresponding tree-node variable.
String
PythonCodeGenerator.mapTreeId(String idParam, ActionTransInfo transInfo)
Map an identifier to it's corresponding tree-node variable.
String
CodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process $ and # references within the action.
String
CppCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process tree-specifiers in the action.
String
CSharpCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process tree-specifiers in the action.
String
DiagnosticCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process $ and # references within the action.
String
DocBookCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process $ and # references within the action.
String
HTMLCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process $ and # references within the action.
String
JavaCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process $var and tree-specifiers in the action.
String
PythonCodeGenerator.processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
Lexically process $var and tree-specifiers in the action.

Uses in package antlr.actions.cpp

Constructors with parameter type antlr.ActionTransInfo

ActionLexer.ActionLexer(String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)

Fields of type antlr.ActionTransInfo

ActionTransInfo