Class MethodCallSite
- java.lang.Object
-
- java.lang.invoke.CallSite
-
- java.lang.invoke.MutableCallSite
-
- org.robolectric.internal.bytecode.RoboCallSite
-
- org.robolectric.internal.bytecode.MethodCallSite
-
public class MethodCallSite extends RoboCallSite
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMethodCallSite.Kind
-
Constructor Summary
Constructors Constructor Description MethodCallSite(Class<?> theClass, MethodType type, String name, MethodHandle original, MethodCallSite.Kind kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()MethodHandlegetOriginal()booleanisStatic()Class<?>thisType()StringtoString()-
Methods inherited from class org.robolectric.internal.bytecode.RoboCallSite
getTheClass
-
Methods inherited from class java.lang.invoke.MutableCallSite
dynamicInvoker, getTarget, setTarget, syncAll
-
-
-
-
Constructor Detail
-
MethodCallSite
public MethodCallSite(Class<?> theClass, MethodType type, String name, MethodHandle original, MethodCallSite.Kind kind)
-
-