Uses of Class
antlr.ActionTransInfo

Packages that use ActionTransInfo
antlr   
antlr.actions.cpp   
antlr.actions.java   
antlr.actions.sather   
 

Uses of ActionTransInfo in antlr
 

Methods in antlr with parameters of type ActionTransInfo
 java.lang.String SatherCodeGenerator.mapTreeId(java.lang.String idParam, ActionTransInfo transInfo)
          Map an identifier to it's corresponding tree-node variable.
protected  java.lang.String SatherCodeGenerator.processActionForTreeSpecifiers(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process tree-specifiers in the action.
 java.lang.String JavaCodeGenerator.mapTreeId(java.lang.String idParam, ActionTransInfo transInfo)
          Map an identifier to it's corresponding tree-node variable.
 java.lang.String HTMLCodeGenerator.mapTreeId(java.lang.String id, ActionTransInfo tInfo)
          Map an identifier to it's corresponding tree-node variable.
 java.lang.String DiagnosticCodeGenerator.mapTreeId(java.lang.String id, ActionTransInfo tInfo)
          Map an identifier to it's corresponding tree-node variable.
 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.processActionForTreeSpecifiers(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process tree-specifiers in the action.
abstract  java.lang.String CodeGenerator.mapTreeId(java.lang.String id, ActionTransInfo tInfo)
          Map an identifier to it's corresponding tree-node variable.
protected  java.lang.String CodeGenerator.processActionForTreeSpecifiers(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process tree-specifiers in 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.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)
           
 

Uses of ActionTransInfo in antlr.actions.sather
 

Fields in antlr.actions.sather declared as ActionTransInfo
(package private)  ActionTransInfo ActionLexer.transInfo
           
 

Constructors in antlr.actions.sather with parameters of type ActionTransInfo
ActionLexer(java.lang.String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)