Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DLeftRecursiveRuleAnalyzer.java294 GrammarAST newFirstChild = (GrammarAST) altAST.getChild(0); in stripLeftRecursion() local
295 altAST.setTokenStartIndex(newFirstChild.getTokenStartIndex()); in stripLeftRecursion()