类 InvokeDynamicFactory
java.lang.Object
top.dreamlike.panama.generator.proxy.InvokeDynamicFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static CallSitenativeCallIndyFactory(MethodHandles.Lookup lookup, String methodName, MethodType methodType) static CallSitenativeStructGetterIndyFactory(MethodHandles.Lookup lookup, String fieldName, MethodType methodType, Object... args) 默认已经 aload0static CallSiteshortcutIndyFactory(MethodHandles.Lookup lookup, String methodName, MethodType methodType, Object... args)
-
构造器详细资料
-
InvokeDynamicFactory
public InvokeDynamicFactory()
-
-
方法详细资料
-
nativeCallIndyFactory
public static CallSite nativeCallIndyFactory(MethodHandles.Lookup lookup, String methodName, MethodType methodType) throws Throwable - 抛出:
Throwable
-
shortcutIndyFactory
public static CallSite shortcutIndyFactory(MethodHandles.Lookup lookup, String methodName, MethodType methodType, Object... args) throws Throwable - 抛出:
Throwable
-
nativeStructGetterIndyFactory
public static CallSite nativeStructGetterIndyFactory(MethodHandles.Lookup lookup, String fieldName, MethodType methodType, Object... args) throws Throwable 默认已经 aload0- 参数:
lookup-fieldName-methodType-args-- 返回:
- 抛出:
Throwable
-