public class MethodCallSite extends MutableCallSite
| 构造器和说明 |
|---|
MethodCallSite(MethodHandles.Lookup caller,
String methodName,
MethodType type,
Class<?> targetClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodHandle |
findStatic(MethodType methodType) |
MethodHandle |
findStatic(String name,
MethodType methodType) |
dynamicInvoker, getTarget, setTarget, syncAllpublic MethodCallSite(MethodHandles.Lookup caller, String methodName, MethodType type, Class<?> targetClass)
public MethodHandle findStatic(MethodType methodType) throws NoSuchMethodException, IllegalAccessException
public MethodHandle findStatic(String name, MethodType methodType) throws NoSuchMethodException, IllegalAccessException
Copyright © 2020–2021. All rights reserved.