|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionTransInfo | |
antlr | |
antlr.actions.cpp | |
antlr.actions.csharp | |
antlr.actions.java |
Uses of ActionTransInfo in antlr |
Methods in antlr with parameters of type ActionTransInfo | |
abstract String |
CodeGenerator.mapTreeId(String id,
ActionTransInfo tInfo)
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 |
DocBookCodeGenerator.processActionForSpecialSymbols(String actionStr,
int line,
RuleBlock currentRule,
ActionTransInfo tInfo)
|
String |
DocBookCodeGenerator.mapTreeId(String id,
ActionTransInfo tInfo)
Map an identifier to it's corresponding tree-node variable. |
protected String |
DiagnosticCodeGenerator.processActionForSpecialSymbols(String actionStr,
int line,
RuleBlock currentRule,
ActionTransInfo tInfo)
|
String |
DiagnosticCodeGenerator.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. |
protected String |
JavaCodeGenerator.processActionForSpecialSymbols(String actionStr,
int line,
RuleBlock currentRule,
ActionTransInfo tInfo)
Lexically process $var and tree-specifiers in the action. |
String |
CSharpCodeGenerator.mapTreeId(String idParam,
ActionTransInfo transInfo)
Map an identifier to it's corresponding tree-node variable. |
protected String |
CSharpCodeGenerator.processActionForSpecialSymbols(String actionStr,
int line,
RuleBlock currentRule,
ActionTransInfo tInfo)
Lexically process tree-specifiers in the action. |
String |
CppCodeGenerator.mapTreeId(String idParam,
ActionTransInfo transInfo)
Map an identifier to it's corresponding tree-node variable. |
protected String |
CppCodeGenerator.processActionForSpecialSymbols(String actionStr,
int line,
RuleBlock currentRule,
ActionTransInfo tInfo)
Lexically process tree-specifiers in the action. |
String |
HTMLCodeGenerator.mapTreeId(String id,
ActionTransInfo tInfo)
Map an identifier to it's corresponding tree-node variable. |
protected String |
HTMLCodeGenerator.processActionForSpecialSymbols(String actionStr,
int line,
RuleBlock currentRule,
ActionTransInfo tInfo)
|
Uses of ActionTransInfo in antlr.actions.cpp |
Fields in antlr.actions.cpp declared as ActionTransInfo | |
(package private) ActionTransInfo |
ActionLexer.transInfo
|
Constructors in antlr.actions.cpp with parameters of type ActionTransInfo | |
ActionLexer(String s,
RuleBlock currentRule,
CodeGenerator generator,
ActionTransInfo transInfo)
|
Uses of ActionTransInfo in antlr.actions.csharp |
Fields in antlr.actions.csharp declared as ActionTransInfo | |
(package private) ActionTransInfo |
ActionLexer.transInfo
|
Constructors in antlr.actions.csharp with parameters of type ActionTransInfo | |
ActionLexer(String s,
RuleBlock currentRule,
CodeGenerator generator,
ActionTransInfo transInfo)
|
Uses of ActionTransInfo in antlr.actions.java |
Fields in antlr.actions.java declared as ActionTransInfo | |
(package private) ActionTransInfo |
ActionLexer.transInfo
|
Constructors in antlr.actions.java with parameters of type ActionTransInfo | |
ActionLexer(String s,
RuleBlock currentRule,
CodeGenerator generator,
ActionTransInfo transInfo)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |