Searched refs:stateI (Results 1 – 2 of 2) sorted by relevance
550 Integer stateI = Utils.integer(configuration.state); in getConflictingAlts() local551 stateToConfigListMap.map(stateI, configuration); in getConflictingAlts()556 for (Integer stateI : states) { in getConflictingAlts()558 List<NFAConfiguration> configsForState = stateToConfigListMap.get(stateI); in getConflictingAlts()593 stateToConfigListMap.put(stateI, null); in getConflictingAlts()615 for (Integer stateI : states) { in getConflictingAlts()616 List<NFAConfiguration> configsForState = stateToConfigListMap.get(stateI); in getConflictingAlts()
290 Integer stateI = Utils.integer(d.stateNumber); in removeRecursiveOverflowState() local291 stateToRecursionOverflowConfigurationsMap.remove(stateI); in removeRecursiveOverflowState()566 for (Integer stateI : dfaStatesUnaliased) { in computeAltToProblemMaps()568 List<? extends NFAConfiguration> configs = configurationsMap.get(stateI); in computeAltToProblemMaps()591 DFAState sampleBadState = dfa.getState(stateI); in computeAltToProblemMaps()600 for (Integer stateI : dfaStatesWithRecursionProblems) { in getUnaliasedDFAStateSet()601 DFAState d = dfa.getState(stateI); in getUnaliasedDFAStateSet()647 Integer stateI = Utils.integer(d.stateNumber); in reportRecursionOverflow() local648 stateToRecursionOverflowConfigurationsMap.map(stateI, recursionNFAConfiguration); in reportRecursionOverflow()