Searched refs:statesWithSyntacticallyAmbiguousAltsSet (Results 1 – 1 of 1) sorted by relevance
82 protected Set<DFAState> statesWithSyntacticallyAmbiguousAltsSet = new HashSet<DFAState>(); field in DecisionProbe194 statesWithSyntacticallyAmbiguousAltsSet.isEmpty() && in isDeterministic()200 if ( statesWithSyntacticallyAmbiguousAltsSet.size()>0 ) { in isDeterministic()201 for (DFAState d : statesWithSyntacticallyAmbiguousAltsSet) { in isDeterministic()273 return statesWithSyntacticallyAmbiguousAltsSet; in getDFAStatesWithSyntacticallyAmbiguousAlts()654 statesWithSyntacticallyAmbiguousAltsSet.add(d); in reportNondeterminism()