static class GenericSignatureParser.MethodSignature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Type[] |
methodParameters |
private Type |
returnType |
private Type[] |
throwables |
private Type[] |
typeParameters |
| Modifier | Constructor and Description |
|---|---|
private |
MethodSignature(Type[] typeParameters,
Type[] methodParameters,
Type returnType,
Type[] throwables) |
| Modifier and Type | Method and Description |
|---|---|
Type[] |
methodParameters() |
Type |
returnType() |
Type[] |
throwables() |
java.lang.String |
toString() |
Type[] |
typeParameters() |