public class ImplicitToStringSearch extends ExtensibleQueryFactory<PsiExpression,ImplicitToStringSearch.SearchParameters>
Modifier and Type | Class and Description |
---|---|
static class |
ImplicitToStringSearch.SearchParameters |
Modifier and Type | Field and Description |
---|---|
static ImplicitToStringSearch |
INSTANCE |
Constructor and Description |
---|
ImplicitToStringSearch() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isToStringMethod(PsiElement element) |
static Query<PsiExpression> |
search(PsiMethod targetMethod,
SearchScope scope) |
getExecutors, registerExecutor, registerExecutor, unregisterExecutor
createQuery, createUniqueResultsQuery, createUniqueResultsQuery, createUniqueResultsQuery, hasAnyExecutors
public static final ImplicitToStringSearch INSTANCE
public static Query<PsiExpression> search(PsiMethod targetMethod, SearchScope scope)
public static boolean isToStringMethod(PsiElement element)