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