protected class MethodReferenceRewriter.RewrittenMethodReference extends BaseMethodReference
Reference.InvalidReferenceException| Modifier and Type | Field and Description |
|---|---|
protected MethodReference |
methodReference |
| Constructor and Description |
|---|
RewrittenMethodReference(MethodReference methodReference) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefiningClass()
Gets the type of the class that defines the referenced method.
|
java.lang.String |
getName()
Gets the name of the referenced method.
|
java.util.List<? extends java.lang.CharSequence> |
getParameterTypes()
Gets a list of the types of the parameters of this method.
|
java.lang.String |
getReturnType()
Gets the return type of the referenced method.
|
compareTo, equals, hashCode, toStringvalidateReferenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateReference@Nonnull protected MethodReference methodReference
public RewrittenMethodReference(@Nonnull
MethodReference methodReference)
@Nonnull public java.lang.String getDefiningClass()
MethodReference@Nonnull public java.lang.String getName()
MethodReference@Nonnull public java.util.List<? extends java.lang.CharSequence> getParameterTypes()
MethodReference@Nonnull public java.lang.String getReturnType()
MethodReference