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, wait
getName, isConstructor, isRaw
protected 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 MethodSignature
public PsiTypeParameter [] getTypeParameters()
getTypeParameters
in interface MethodSignature
public PsiType [] getErasedParameterTypes()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public PsiSubstitutor getSubstitutor()
getSubstitutor
in interface MethodSignature