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
Modifier and Type Method Description StringgetName()MethodHandlegetOriginal()booleanisStatic()Class<?>thisType()StringtoString()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)
-
-
Method Details