public class SuperMethodWarningUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static PsiMethod |
checkSuperMethod(PsiMethod method,
java.lang.String actionString) |
static void |
checkSuperMethod(PsiMethod method,
java.lang.String actionString,
PsiElementProcessor<? super PsiMethod> processor,
Editor editor) |
static PsiMethod [] |
checkSuperMethods(PsiMethod method,
java.lang.String actionString) |
static PsiMethod [] |
checkSuperMethods(PsiMethod method,
java.lang.String actionString,
java.util.Collection<? extends PsiElement> ignore) |
static PsiMethod [] |
getTargetMethodCandidates(PsiMethod method,
java.util.Collection<? extends PsiElement> ignore) |
public static PsiMethod [] checkSuperMethods(PsiMethod method, java.lang.String actionString)
public static PsiMethod [] getTargetMethodCandidates(PsiMethod method, java.util.Collection<? extends PsiElement> ignore)
public static PsiMethod [] checkSuperMethods(PsiMethod method, java.lang.String actionString, java.util.Collection<? extends PsiElement> ignore)
public static PsiMethod checkSuperMethod(PsiMethod method, java.lang.String actionString)
public static void checkSuperMethod(PsiMethod method, java.lang.String actionString, PsiElementProcessor<? super PsiMethod> processor, Editor editor)