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