protected class MethodParameterRewriter.RewrittenMethodParameter extends BaseMethodParameter
Reference.InvalidReferenceException| Modifier and Type | Field and Description |
|---|---|
protected MethodParameter |
methodParameter |
| Constructor and Description |
|---|
RewrittenMethodParameter(MethodParameter methodParameter) |
| 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.
|
charAt, compareTo, equals, hashCode, length, subSequence, toStringvalidateReferenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, equals, hashCodevalidateReference@Nonnull protected MethodParameter methodParameter
public RewrittenMethodParameter(@Nonnull
MethodParameter methodParameter)
@Nonnull public java.lang.String getType()
MethodParameter@Nonnull public java.util.Set<? extends Annotation> getAnnotations()
MethodParameter@Nullable public java.lang.String getName()
MethodParameter@Nullable public java.lang.String getSignature()
MethodParametergetSignature in interface LocalInfogetSignature in interface MethodParametergetSignature in class BaseMethodParameter