public interface MethodParameter extends TypeReference, LocalInfo
Reference.InvalidReferenceException| Modifier and Type | Method and Description |
|---|---|
java.util.Set<? extends Annotation> |
getAnnotations()
Gets a set of the annotations that are applied to this parameter.
|
java.lang.String |
getName()
Gets the name of this parameter, if available.
|
java.lang.String |
getSignature()
Gets the signature of this parameter, if available.
|
java.lang.String |
getType()
The type of this method parameter.
|
compareTo, equals, hashCodevalidateReference@Nonnull java.lang.String getType()
getType in interface LocalInfogetType in interface TypeReference@Nonnull java.util.Set<? extends Annotation> getAnnotations()
@Nullable java.lang.String getName()
@Nullable java.lang.String getSignature()
getSignature in interface LocalInfo