Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DPullUpRefactoringProcessor.java734 …final Map<IMember, Set<IMember>> mapping= getMatchingMembers(getDestinationTypeHierarchy(monitor),… in checkFieldTypes()
970 …final Map<IMember, Set<IMember>> mapping= getMatchingMembers(getDestinationTypeHierarchy(monitor),… in checkMethodReturnTypes()
1607 …final Map<IMember, Set<IMember>> matching= getMatchingMembers(getDestinationTypeHierarchy(monitor)… in getMatchingElements()
1619 …private Map<IMember, Set<IMember>> getMatchingMembers(final ITypeHierarchy hierarchy, final IType … in getMatchingMembers() method in PullUpRefactoringProcessor