Uses of Class
antlr.RuleBlock

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

Uses of RuleBlock in antlr
 

Fields in antlr declared as RuleBlock
(package private)  RuleBlock SatherCodeGenerator.currentRule
           
(package private)  RuleBlock RuleSymbol.block
           
protected  RuleBlock MakeGrammar.ruleBlock
           
(package private)  RuleBlock JavaCodeGenerator.currentRule
          Tracks the rule being generated.
(package private)  RuleBlock CppCodeGenerator.currentRule
           
 

Methods in antlr that return RuleBlock
 RuleBlock RuleSymbol.getBlock()
           
static RuleBlock MakeGrammar.createNextTokenRule(Grammar g, Vector lexRules, java.lang.String rname)
          Used to build nextToken() for the lexer.
 

Methods in antlr with parameters of type RuleBlock
protected  java.lang.String SatherCodeGenerator.processActionForTreeSpecifiers(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process tree-specifiers in the action.
 void RuleSymbol.setBlock(RuleBlock rb)
           
 Lookahead LLkGrammarAnalyzer.look(int k, RuleBlock blk)
           
 Lookahead LLkAnalyzer.look(int k, RuleBlock blk)
          Combine the lookahead computed for each alternative.
 void HTMLCodeGenerator.genFollowSetForRuleBlock(RuleBlock blk)
          Generate a textual representation of the follow set for a block.
 void DiagnosticCodeGenerator.genFollowSetForRuleBlock(RuleBlock blk)
          Generate a textual representation of the follow set for a block.
protected  java.lang.String CppCodeGenerator.processActionForTreeSpecifiers(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)
          Lexically process tree-specifiers in the action.
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 RuleBlock in antlr.actions.cpp
 

Fields in antlr.actions.cpp declared as RuleBlock
protected  RuleBlock ActionLexer.currentRule
           
 

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

Uses of RuleBlock in antlr.actions.java
 

Fields in antlr.actions.java declared as RuleBlock
protected  RuleBlock ActionLexer.currentRule
           
 

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

Uses of RuleBlock in antlr.actions.sather
 

Fields in antlr.actions.sather declared as RuleBlock
protected  RuleBlock ActionLexer.currentRule
           
 

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