Class InvocationProfile
- java.lang.Object
-
- org.robolectric.internal.bytecode.InvocationProfile
-
public class InvocationProfile extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ClassclazzbooleanisStaticStringmethodNameString[]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 booleanequals(Object o)Class<?>[]getParamClasses(ClassLoader classLoader)inthashCode()booleanisDeclaredOnObject()
-
-
-
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()
-
-