Class InvocationProfile
java.lang.Object
org.robolectric.internal.bytecode.InvocationProfile
public class InvocationProfile extends Object
-
Field Summary
Fields Modifier and Type Field Description Class
clazz
boolean
isStatic
String
methodName
String[]
paramTypes
-
Constructor Summary
Constructors Constructor Description InvocationProfile(String methodSignatureString, boolean isStatic, ClassLoader classLoader)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Class<?>[]
getParamClasses(ClassLoader classLoader)
int
hashCode()
boolean
isDeclaredOnObject()
-
Field Details
-
clazz
-
methodName
-
isStatic
public final boolean isStatic -
paramTypes
-
-
Constructor Details
-
Method Details
-
getParamClasses
- Throws:
ClassNotFoundException
-
isDeclaredOnObject
public boolean isDeclaredOnObject() -
equals
-
hashCode
public int hashCode()
-