public interface MethodSignature
Modifier and Type | Field and Description |
---|---|
static MethodSignature[] |
EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
PsiType [] |
getParameterTypes() |
PsiSubstitutor |
getSubstitutor() |
PsiTypeParameter [] |
getTypeParameters() |
boolean |
isConstructor() |
boolean |
isRaw() |
static final MethodSignature[] EMPTY_ARRAY
PsiSubstitutor getSubstitutor()
java.lang.String getName()
PsiType [] getParameterTypes()
PsiTypeParameter [] getTypeParameters()
boolean isRaw()
boolean isConstructor()