Uses of Class
antlr.ActionTransInfo

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
 java.lang.String JavaCodeGenerator.mapTreeId(java.lang.String idParam, ActionTransInfo transInfo)
          Map an identifier to it's corresponding tree-node variable.
protected  java.lang.String JavaCodeGenerator.processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process $var and tree-specifiers in the action.
 java.lang.String CSharpCodeGenerator.mapTreeId(java.lang.String idParam, ActionTransInfo transInfo)
          Map an identifier to it's corresponding tree-node variable.
protected  java.lang.String CSharpCodeGenerator.processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process tree-specifiers in the action.
 java.lang.String CppCodeGenerator.mapTreeId(java.lang.String idParam, ActionTransInfo transInfo)
          Map an identifier to it's corresponding tree-node variable.
protected  java.lang.String CppCodeGenerator.processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process tree-specifiers in the action.
 java.lang.String HTMLCodeGenerator.mapTreeId(java.lang.String id, ActionTransInfo tInfo)
          Map an identifier to it's corresponding tree-node variable.
protected  java.lang.String HTMLCodeGenerator.processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
           
protected  java.lang.String DocBookCodeGenerator.processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
           
 java.lang.String DocBookCodeGenerator.mapTreeId(java.lang.String id, ActionTransInfo tInfo)
          Map an identifier to it's corresponding tree-node variable.
protected  java.lang.String DiagnosticCodeGenerator.processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
           
 java.lang.String DiagnosticCodeGenerator.mapTreeId(java.lang.String id, ActionTransInfo tInfo)
          Map an identifier to it's corresponding tree-node variable.
abstract  java.lang.String CodeGenerator.mapTreeId(java.lang.String id, ActionTransInfo tInfo)
          Map an identifier to it's corresponding tree-node variable.
protected abstract  java.lang.String CodeGenerator.processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process $ and # references within the action.
 

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(java.lang.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(java.lang.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(java.lang.String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)