abstract String |
CodeGenerator.mapTreeId(String id,
ActionTransInfo tInfo) |
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 |
DiagnosticCodeGenerator.mapTreeId(String id,
ActionTransInfo tInfo) |
Map an identifier to it's corresponding tree-node variable.
|
String |
DocBookCodeGenerator.mapTreeId(String id,
ActionTransInfo tInfo) |
Map an identifier to it's corresponding tree-node variable.
|
String |
HTMLCodeGenerator.mapTreeId(String id,
ActionTransInfo tInfo) |
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.
|
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.
|