public class FindSuperElementsHelper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FindSuperElementsHelper.SiblingInfo |
Constructor and Description |
---|
FindSuperElementsHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canHaveSiblingSuper(PsiMethod method,
PsiClass containingClass) |
static PsiElement [] |
findSuperElements(PsiElement element) |
static FindSuperElementsHelper.SiblingInfo |
getSiblingInfoInheritedViaSubClass(PsiMethod method) |
static java.util.Map<PsiMethod,FindSuperElementsHelper.SiblingInfo> |
getSiblingInheritanceInfos(java.util.Collection<? extends PsiMethod> methods) |
static PsiMethod |
getSiblingInheritedViaSubClass(PsiMethod method) |
public static PsiElement [] findSuperElements(PsiElement element)
public static PsiMethod getSiblingInheritedViaSubClass(PsiMethod method)
public static FindSuperElementsHelper.SiblingInfo getSiblingInfoInheritedViaSubClass(PsiMethod method)
public static java.util.Map<PsiMethod,FindSuperElementsHelper.SiblingInfo> getSiblingInheritanceInfos(java.util.Collection<? extends PsiMethod> methods)