Home
last modified time | relevance | path

Searched refs:RootInfos (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DDeltaProcessingState.java245 RootInfos rootInfos = null; in initializeRoots()
281 RootInfos rootInfos = getRootInfos(true/*use previous session values*/); in initializeRootsWithPreviousSession()
291 private RootInfos getRootInfos(boolean usePreviousSession) { in getRootInfos()
292 RootInfos ri = new RootInfos(); in getRootInfos()
657 private static final class RootInfos { class in DeltaProcessingState
663 public RootInfos() { in RootInfos() method in DeltaProcessingState.RootInfos