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