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