Class MethodCallSite
java.lang.Object
java.lang.invoke.CallSite
java.lang.invoke.MutableCallSite
org.robolectric.internal.bytecode.RoboCallSite
org.robolectric.internal.bytecode.MethodCallSite
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionMethodCallSite
(Class<?> theClass, MethodType type, String name, MethodHandle original, MethodCallSite.Kind kind, boolean isNative) -
Method Summary
Methods inherited from class org.robolectric.internal.bytecode.RoboCallSite
getTheClass
Methods inherited from class java.lang.invoke.MutableCallSite
dynamicInvoker, getTarget, setTarget, syncAll
-
Constructor Details
-
MethodCallSite
public MethodCallSite(Class<?> theClass, MethodType type, String name, MethodHandle original, MethodCallSite.Kind kind, boolean isNative)
-
-
Method Details