Home
last modified time | relevance | path

Searched refs:LeftRecursiveRuleAnalyzer (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DLeftRecursiveRuleAnalyzer.java13 public class LeftRecursiveRuleAnalyzer extends LeftRecursiveRuleWalker { class
33 public LeftRecursiveRuleAnalyzer(TreeNodeStream input, Grammar g, String ruleName) { in LeftRecursiveRuleAnalyzer() method in LeftRecursiveRuleAnalyzer
DCompositeGrammar.java356 if ( LeftRecursiveRuleAnalyzer.hasImmediateRecursiveRuleRefs(r, r.enclosingRuleName) ) { in translateLeftRecursiveRules()
DGrammar.java715 LeftRecursiveRuleAnalyzer leftRecursiveRuleWalker = in translateLeftRecursiveRule()
716 new LeftRecursiveRuleAnalyzer(input, this, ruleAST.enclosingRuleName); in translateLeftRecursiveRule()