public class JavaAllOverridingMethodsSearcher extends java.lang.Object implements QueryExecutor<Pair<PsiMethod,PsiMethod>,AllOverridingMethodsSearch.SearchParameters>
| Constructor and Description |
|---|
JavaAllOverridingMethodsSearcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(AllOverridingMethodsSearch.SearchParameters p,
Processor<? super Pair<PsiMethod,PsiMethod>> consumer)
Find some results according to queryParameters and feed them to consumer.
|
public boolean execute(AllOverridingMethodsSearch.SearchParameters p, Processor<? super Pair<PsiMethod,PsiMethod>> consumer)
QueryExecutorfalse, stop.execute in interface QueryExecutor<Pair<PsiMethod,PsiMethod>,AllOverridingMethodsSearch.SearchParameters>false if the searching should be stopped immediately. This should happen only when consumer has returned false.