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