public class MethodSignatureBackedByPsiMethod extends MethodSignatureBase
myTypeParameters
EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
MethodSignatureBackedByPsiMethod(PsiMethod method,
PsiSubstitutor substitutor,
boolean isRaw,
PsiType [] parameterTypes,
PsiTypeParameter [] methodTypeParameters) |
Modifier and Type | Method and Description |
---|---|
static MethodSignatureBackedByPsiMethod |
create(PsiMethod method,
PsiSubstitutor substitutor) |
static MethodSignatureBackedByPsiMethod |
create(PsiMethod method,
PsiSubstitutor substitutor,
boolean isRaw) |
boolean |
equals(java.lang.Object o) |
PsiMethod |
getMethod() |
java.lang.String |
getName() |
boolean |
isConstructor() |
boolean |
isRaw() |
getErasedParameterTypes, getParameterTypes, getSubstitutor, getTypeParameters, hashCode, toString
protected MethodSignatureBackedByPsiMethod(PsiMethod method, PsiSubstitutor substitutor, boolean isRaw, PsiType [] parameterTypes, PsiTypeParameter [] methodTypeParameters)
public java.lang.String getName()
public boolean isRaw()
public boolean isConstructor()
public boolean equals(java.lang.Object o)
equals
in class MethodSignatureBase
public PsiMethod getMethod()
public static MethodSignatureBackedByPsiMethod create(PsiMethod method, PsiSubstitutor substitutor)
public static MethodSignatureBackedByPsiMethod create(PsiMethod method, PsiSubstitutor substitutor, boolean isRaw)