Class MethodRef
- java.lang.Object
-
- org.robolectric.internal.bytecode.MethodRef
-
public class MethodRef extends java.lang.ObjectReference to a specific method on a class.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringclassNamejava.lang.StringmethodName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-