All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static FindUsagesOptions |
createFindUsagesOptions(Project project,
DataContext dataContext) |
protected ReferencesSearch.SearchParameters |
createSearchParameters(PsiElement target,
SearchScope searchScope,
FindUsagesOptions findUsagesOptions)
Returns the parameters for references search of specified PSI element.
|
java.util.Collection<PsiReference> |
findReferencesToHighlight(PsiElement target,
SearchScope searchScope) |
FindUsagesOptions |
getFindUsagesOptions() |
FindUsagesOptions |
getFindUsagesOptions(DataContext dataContext) |
PsiElement [] |
getPrimaryElements() |
Project |
getProject() |
PsiElement |
getPsiElement() |
PsiElement [] |
getSecondaryElements() |
protected java.util.Collection<java.lang.String> |
getStringsToSearch(PsiElement element) |
protected boolean |
isSearchForTextOccurencesAvailable(PsiElement psiElement,
boolean isSingleFile)
|
protected boolean |
isSearchForTextOccurrencesAvailable(PsiElement psiElement,
boolean isSingleFile) |
boolean |
processElementUsages(PsiElement element,
Processor<? super UsageInfo> processor,
FindUsagesOptions options) |
boolean |
processUsagesInText(PsiElement element,
Processor<? super UsageInfo> processor,
GlobalSearchScope searchScope) |