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, unregisterExecutorcreateQuery, createUniqueResultsQuery, createUniqueResultsQuery, createUniqueResultsQuery, hasAnyExecutorspublic 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