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