Searched refs:conflictsWith (Results 1 – 2 of 2) sorted by relevance
184 public boolean conflictsWith(NFAContext other) { in conflictsWith() method in NFAContext
630 if ( s.alt != t.alt && s.context.conflictsWith(t.context) ) { in getConflictingAlts()