public class MethodSuperSearcher extends QueryExecutorBase<MethodSignatureBackedByPsiMethod,SuperMethodsSearch.SearchParameters>
Constructor and Description |
---|
MethodSuperSearcher() |
Modifier and Type | Method and Description |
---|---|
void |
processQuery(SuperMethodsSearch.SearchParameters queryParameters,
Processor<? super MethodSignatureBackedByPsiMethod> consumer)
Find some results according to queryParameters and feed them to consumer.
|
execute
public void processQuery(SuperMethodsSearch.SearchParameters queryParameters, Processor<? super MethodSignatureBackedByPsiMethod> consumer)
QueryExecutorBase
processQuery
in class QueryExecutorBase<MethodSignatureBackedByPsiMethod,SuperMethodsSearch.SearchParameters>