public abstract class MethodSignatureBase extends java.lang.Object implements MethodSignature
| Modifier and Type | Field and Description |
|---|---|
protected PsiTypeParameter[] |
myTypeParameters |
EMPTY_ARRAY| Modifier | Constructor and Description |
|---|---|
protected |
MethodSignatureBase(PsiSubstitutor substitutor,
PsiParameterList parameterList,
PsiTypeParameterList typeParameterList) |
protected |
MethodSignatureBase(PsiSubstitutor substitutor,
PsiType [] parameterTypes,
PsiTypeParameter [] typeParameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PsiType [] |
getErasedParameterTypes() |
PsiType [] |
getParameterTypes() |
PsiSubstitutor |
getSubstitutor() |
PsiTypeParameter [] |
getTypeParameters() |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, isConstructor, isRawprotected final PsiTypeParameter[] myTypeParameters
protected MethodSignatureBase(PsiSubstitutor substitutor, PsiType [] parameterTypes, PsiTypeParameter [] typeParameters)
protected MethodSignatureBase(PsiSubstitutor substitutor, PsiParameterList parameterList, PsiTypeParameterList typeParameterList)
public PsiType [] getParameterTypes()
getParameterTypes in interface MethodSignaturepublic PsiTypeParameter [] getTypeParameters()
getTypeParameters in interface MethodSignaturepublic PsiType [] getErasedParameterTypes()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic PsiSubstitutor getSubstitutor()
getSubstitutor in interface MethodSignature