public class MethodDescriptor extends Object
A MethodDescriptor wraps the signature of a method (name, container, parameters).
Constructor and Description |
---|
MethodDescriptor(String name,
Class container,
Class[] parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class |
getContainer() |
String |
getInternalRepresentation() |
String |
getName() |
Class[] |
getParameters() |
int |
hashCode() |
String |
toString() |