| Modifier and Type | Field and Description |
|---|---|
JavaTypeSignature[] |
parameterTypes |
Result |
resultType |
ThrowsSignature[] |
throwTypes |
TypeParameter[] |
typeParameters |
| Constructor and Description |
|---|
MethodSignature(TypeParameter[] typeParameters,
JavaTypeSignature[] parameterTypes,
Result resultType,
ThrowsSignature[] throwTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
erasedBinaryReferences() |
int |
hashCode() |
static MethodSignature |
of(String signature) |
String |
toString() |
public final TypeParameter[] typeParameters
public final JavaTypeSignature[] parameterTypes
public final Result resultType
public final ThrowsSignature[] throwTypes
public MethodSignature(TypeParameter[] typeParameters, JavaTypeSignature[] parameterTypes, Result resultType, ThrowsSignature[] throwTypes)
public static MethodSignature of(String signature)
public Set<String> erasedBinaryReferences()
erasedBinaryReferences in interface SignatureCopyright © 2021. All rights reserved.