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, syncAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTheClasspublic MethodCallSite(Class<?> theClass, MethodType type, String name, MethodHandle original, MethodCallSite.Kind kind)