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