Searched refs:collectPredicates (Results 1 – 1 of 1) sorted by relevance
/external/antlr/tool/src/main/java/org/antlr/analysis/ |
D | NFAToDFAConverter.java | 596 boolean collectPredicates) in closure() argument 682 closure(ruleTarget, alt, newContext, semanticContext, d, collectPredicates); in closure() 691 closure(continueState, alt, newContext, semanticContext, d, collectPredicates); in closure() 699 boolean collectPredicatesAfterAction = collectPredicates; in closure() 700 if ( transition0.isAction() && collectPredicates ) { in closure() 719 if ( collectPredicates ) { in closure() 732 if ( collectPredicates ) { in closure() 760 collectPredicates); in closure() local 769 collectPredicates); in closure() local
|