public abstract class HierarchicalMethodSignature extends MethodSignatureBackedByPsiMethod
myTypeParameters
EMPTY_ARRAY
Constructor and Description |
---|
HierarchicalMethodSignature(MethodSignatureBackedByPsiMethod signature) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HierarchicalMethodSignature> |
getInaccessibleSuperSignatures() |
abstract java.util.List<HierarchicalMethodSignature> |
getSuperSignatures()
Returns the list of super method signatures for the specified signature.
|
create, create, equals, getMethod, getName, isConstructor, isRaw
getErasedParameterTypes, getParameterTypes, getSubstitutor, getTypeParameters, hashCode, toString
public HierarchicalMethodSignature(MethodSignatureBackedByPsiMethod signature)
public abstract java.util.List<HierarchicalMethodSignature> getSuperSignatures()
public java.util.List<HierarchicalMethodSignature> getInaccessibleSuperSignatures()