public interface MethodDescriptor<P extends ParameterInfo,V>
Modifier and Type | Interface and Description |
---|---|
static class |
MethodDescriptor.ReadWriteOption |
Modifier and Type | Method and Description |
---|---|
boolean |
canChangeName() |
boolean |
canChangeParameters() |
MethodDescriptor.ReadWriteOption |
canChangeReturnType() |
boolean |
canChangeVisibility() |
PsiElement |
getMethod() |
java.lang.String |
getName() |
java.util.List<P> |
getParameters() |
int |
getParametersCount() |
V |
getVisibility() |
java.lang.String getName()
java.util.List<P> getParameters()
int getParametersCount()
V getVisibility()
PsiElement getMethod()
boolean canChangeVisibility()
boolean canChangeParameters()
boolean canChangeName()
MethodDescriptor.ReadWriteOption canChangeReturnType()