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 class
MethodCallSite.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 String
getName()
MethodHandle
getOriginal()
boolean
isStatic()
Class<?>
thisType()
String
toString()
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