类 MethodCallSite
java.lang.Object
java.lang.invoke.CallSite
java.lang.invoke.MutableCallSite
org.ssssssss.script.runtime.handle.MethodCallSite
-
构造器概要
构造器构造器说明MethodCallSite(MethodHandles.Lookup caller, String methodName, MethodType type, Class<?> targetClass) -
方法概要
从类继承的方法 java.lang.invoke.MutableCallSite
dynamicInvoker, getTarget, setTarget, syncAll
-
构造器详细资料
-
MethodCallSite
public MethodCallSite(MethodHandles.Lookup caller, String methodName, MethodType type, Class<?> targetClass)
-
-
方法详细资料
-
findStatic
public MethodHandle findStatic(MethodType methodType) throws NoSuchMethodException, IllegalAccessException -
findStatic
public MethodHandle findStatic(String name, MethodType methodType) throws NoSuchMethodException, IllegalAccessException
-