public class DefinitionsScopedSearch extends ExtensibleQueryFactory<PsiElement,DefinitionsScopedSearch.SearchParameters>
Modifier and Type | Class and Description |
---|---|
static class |
DefinitionsScopedSearch.SearchParameters |
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<QueryExecutor<PsiElement,DefinitionsScopedSearch.SearchParameters>> |
EP_NAME |
static DefinitionsScopedSearch |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static Query<PsiElement> |
search(PsiElement definitionsOf) |
static Query<PsiElement> |
search(PsiElement definitionsOf,
SearchScope searchScope) |
static Query<PsiElement> |
search(PsiElement definitionsOf,
SearchScope searchScope,
boolean checkDeep) |
getExecutors, registerExecutor, registerExecutor, unregisterExecutor
createQuery, createUniqueResultsQuery, createUniqueResultsQuery, createUniqueResultsQuery, hasAnyExecutors
public static final ExtensionPointName<QueryExecutor<PsiElement,DefinitionsScopedSearch.SearchParameters>> EP_NAME
public static final DefinitionsScopedSearch INSTANCE
public static Query<PsiElement> search(PsiElement definitionsOf)
public static Query<PsiElement> search(PsiElement definitionsOf, SearchScope searchScope)
public static Query<PsiElement> search(PsiElement definitionsOf, SearchScope searchScope, boolean checkDeep)
checkDeep
- false for show implementations to present definition only