public static class SuperMethodsSearch.SearchParameters extends java.lang.Object implements QueryParameters
Constructor and Description |
---|
SearchParameters(PsiMethod method,
PsiClass aClass,
boolean checkBases,
boolean allowStaticMethod) |
SearchParameters(PsiMethod method,
PsiClass aClass,
boolean checkBases,
boolean allowStaticMethod,
boolean jlsOnly) |
Modifier and Type | Method and Description |
---|---|
PsiMethod |
getMethod() |
Project |
getProject() |
PsiClass |
getPsiClass() |
boolean |
isAllowStaticMethod() |
boolean |
isCheckBases() |
boolean |
isJlsOnly() |
boolean |
isQueryValid() |
public SearchParameters(PsiMethod method, PsiClass aClass, boolean checkBases, boolean allowStaticMethod)
public Project getProject()
getProject
in interface QueryParameters
public boolean isQueryValid()
isQueryValid
in interface QueryParameters
public final boolean isCheckBases()
public final PsiMethod getMethod()
public final PsiClass getPsiClass()
public final boolean isAllowStaticMethod()
public boolean isJlsOnly()