Searched refs:recursiveAltSet (Results 1 – 3 of 3) sorted by relevance
641 d.dfa.recursiveAltSet.add(alt); // indicate that this alt is recursive in closure()642 if ( d.dfa.recursiveAltSet.size()>1 ) { in closure()
633 altsWithProblem.addAll(dfa.recursiveAltSet.toList()); in reportNonLLStarDecision()
151 public IntSet recursiveAltSet = new IntervalSet(); field in DFA