public class MethodSignature extends Object
Modifier and Type | Field and Description |
---|---|
String |
className |
String |
methodName |
String[] |
paramTypes |
String |
returnType |
Modifier and Type | Method and Description |
---|---|
static MethodSignature |
parse(String internalString) |
String |
toString() |