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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Class<?>[]
getParamClasses(ClassLoader classLoader)
int
hashCode()
boolean
isDeclaredOnObject()
-
-
-
Constructor Detail
-
InvocationProfile
public InvocationProfile(String methodSignatureString, boolean isStatic, ClassLoader classLoader)
-
-
Method Detail
-
getParamClasses
public Class<?>[] getParamClasses(ClassLoader classLoader) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
isDeclaredOnObject
public boolean isDeclaredOnObject()
-
-