| Constructor and Description |
|---|
MockMethodRef(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
TypeRef |
declaringType() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
name() |
TypeRef[] |
paramTypes() |
TypeRef |
returnType() |
java.lang.String |
toString() |
public TypeRef[] paramTypes()
paramTypes in interface MethodRefpublic TypeRef declaringType()
declaringType in interface MethodRefpublic TypeRef returnType()
returnType in interface MethodRefpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object