Searched refs:methodMatches (Results 1 – 1 of 1) sorted by relevance
116 List<SearchMatch> methodMatches = searchForMethod(fqmn); in revealMethod() local121 if (methodMatches.size() == 1) { in revealMethod()124 methodMatches.get(0).getResource()); in revealMethod()131 IMethod method = (IMethod) methodMatches.get(0).getElement(); in revealMethod()171 return displayMethod((IMethod) methodMatches.get(0).getElement(), perspective); in revealMethod()175 if (methodMatches.size() == 0) { in revealMethod()209 filterMatchByFileName(methodMatches, fileName), in revealMethod()214 SearchMatch match = getMatchToDisplay(methodMatches, fqmn); in revealMethod()