public abstract class HierarchicalMethodSignature extends MethodSignatureBackedByPsiMethod
myTypeParametersEMPTY_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, isRawgetErasedParameterTypes, getParameterTypes, getSubstitutor, getTypeParameters, hashCode, toStringpublic HierarchicalMethodSignature(MethodSignatureBackedByPsiMethod signature)
public abstract java.util.List<HierarchicalMethodSignature> getSuperSignatures()
public java.util.List<HierarchicalMethodSignature> getInaccessibleSuperSignatures()