Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/
H A DResourceModifications.java63 private List<DeltaDescription> fDeltaDescriptions; field in ResourceModifications
328 if (fDeltaDescriptions == null) in willExist()
331 for (DeltaDescription delta : fDeltaDescriptions) { in willExist()
339 if (fDeltaDescriptions == null) in buildDelta()
341 for (DeltaDescription deltaDescription : fDeltaDescriptions) { in buildDelta()
362 if (fDeltaDescriptions == null) in internalAdd()
363 fDeltaDescriptions= new ArrayList<>(); in internalAdd()
364 fDeltaDescriptions.add(description); in internalAdd()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/
H A DResourceModifications.java65 private List<DeltaDescription> fDeltaDescriptions; field in ResourceModifications
338 if (fDeltaDescriptions == null) in willExist()
341 for (DeltaDescription delta : fDeltaDescriptions) { in willExist()
349 if (fDeltaDescriptions == null) in buildDelta()
351 for (DeltaDescription delta : fDeltaDescriptions) { in buildDelta()
372 if (fDeltaDescriptions == null) in internalAdd()
373 fDeltaDescriptions= new ArrayList<>(); in internalAdd()
374 fDeltaDescriptions.add(description); in internalAdd()