public class MethodCallSite extends RoboCallSite
Modifier and Type | Class and Description |
---|---|
static class |
MethodCallSite.Kind |
Constructor and Description |
---|
MethodCallSite(Class<?> theClass,
MethodType type,
String name,
MethodHandle original,
MethodCallSite.Kind kind) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
MethodHandle |
getOriginal() |
boolean |
isStatic() |
Class<?> |
thisType() |
String |
toString() |
getTheClass
dynamicInvoker, getTarget, setTarget, syncAll
public MethodCallSite(Class<?> theClass, MethodType type, String name, MethodHandle original, MethodCallSite.Kind kind)