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() |
getTheClassdynamicInvoker, getTarget, setTarget, syncAllpublic MethodCallSite(Class<?> theClass, MethodType type, String name, MethodHandle original, MethodCallSite.Kind kind)