Searched refs:gatedPreds (Results 1 – 1 of 1) sorted by relevance
1006 SemanticContext gatedPreds = d.getGatedPredicatesInNFAConfigurations(); in convertToAcceptState() local1009 if ( (gatedPreds==null && existingStateGatedPreds==null) || in convertToAcceptState()1010 ((gatedPreds!=null && existingStateGatedPreds!=null) && in convertToAcceptState()1011 gatedPreds.equals(existingStateGatedPreds)) ) in convertToAcceptState()