Searched refs:stateI (Results 1 – 2 of 2) sorted by relevance
545 Integer stateI = Utils.integer(configuration.state); in getConflictingAlts() local546 stateToConfigListMap.map(stateI, configuration); in getConflictingAlts()552 Integer stateI = (Integer) it.next(); in getConflictingAlts() local554 List configsForState = (List)stateToConfigListMap.get(stateI); in getConflictingAlts()589 stateToConfigListMap.put(stateI, null); in getConflictingAlts()612 Integer stateI = (Integer) it.next(); in getConflictingAlts() local613 List configsForState = (List)stateToConfigListMap.get(stateI); in getConflictingAlts()
293 Integer stateI = Utils.integer(d.stateNumber); in removeRecursiveOverflowState() local294 stateToRecursionOverflowConfigurationsMap.remove(stateI); in removeRecursiveOverflowState()571 Integer stateI = (Integer) it.next(); in computeAltToProblemMaps() local573 List configs = (List)configurationsMap.get(stateI); in computeAltToProblemMaps()596 DFAState sampleBadState = dfa.getState(stateI.intValue()); in computeAltToProblemMaps()606 Integer stateI = (Integer) it.next(); in getUnaliasedDFAStateSet() local607 DFAState d = dfa.getState(stateI.intValue()); in getUnaliasedDFAStateSet()653 Integer stateI = Utils.integer(d.stateNumber); in reportRecursionOverflow() local654 stateToRecursionOverflowConfigurationsMap.map(stateI, recursionNFAConfiguration); in reportRecursionOverflow()