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.
|
executepublic void processQuery(SuperMethodsSearch.SearchParameters queryParameters, Processor<? super MethodSignatureBackedByPsiMethod> consumer)
QueryExecutorBaseprocessQuery in class QueryExecutorBase<MethodSignatureBackedByPsiMethod,SuperMethodsSearch.SearchParameters>