public final class MethodTypeSignature extends HierarchicalTypeSignature
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
TypeSignature |
getResultType()
Get the result type for the method.
|
List<ClassRefOrTypeVariableSignature> |
getThrowsSignatures()
Get the throws type(s) for the method.
|
int |
hashCode() |
String |
toString() |
public TypeSignature getResultType()
TypeSignature
parsed type object.public List<ClassRefOrTypeVariableSignature> getThrowsSignatures()
TypeSignature
parsed type objects.Copyright © 2020. All rights reserved.