public class MethodSignature extends Object
Constructor and Description |
---|
MethodSignature(Method method) |
MethodSignature(String className,
String methodName,
String[] parameterTypeNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getMethodName() |
String[] |
getParameterTypeNames() |
int |
hashCode() |
String |
toString() |