Interface MethodSignature
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MethodSignatureImpl
-
Method Summary
Modifier and TypeMethodDescriptionString[]booleanDetermines whether this method signature matches the signature of the given method
-
Method Details
-
getMethodName
String getMethodName() -
getParameterTypes
String[] getParameterTypes() -
matches
Determines whether this method signature matches the signature of the given method- Parameters:
method- the given method- Returns:
- true iff the method signature represented by this object matches the signature of the given method
-