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