public class AllOverridingMethodsSearch extends ExtensibleQueryFactory<Pair<PsiMethod,PsiMethod>,AllOverridingMethodsSearch.SearchParameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
AllOverridingMethodsSearch.SearchParameters |
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<QueryExecutor<Pair<PsiMethod,PsiMethod>,AllOverridingMethodsSearch.SearchParameters>> |
EP_NAME |
static AllOverridingMethodsSearch |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static Query<Pair<PsiMethod,PsiMethod>> |
search(PsiClass aClass) |
static Query<Pair<PsiMethod,PsiMethod>> |
search(PsiClass aClass,
SearchScope scope) |
getExecutors, registerExecutor, registerExecutor, unregisterExecutorcreateQuery, createUniqueResultsQuery, createUniqueResultsQuery, createUniqueResultsQuery, hasAnyExecutorspublic static final ExtensionPointName<QueryExecutor<Pair<PsiMethod,PsiMethod>,AllOverridingMethodsSearch.SearchParameters>> EP_NAME
public static final AllOverridingMethodsSearch INSTANCE