Uses of Interface
jdk.dynalink.linker.LinkRequest
-
Packages that use LinkRequest 软件包 描述 jdk.dynalink.beans 包含普通Java对象的链接器。jdk.dynalink.linker 包含语言运行时所需的接口和类,以实现自己的特定于语言的对象模型和类型转换。jdk.dynalink.linker.support 包含课程,使语言运行时更方便地实现自己的特定于语言的对象模型,并通过提供一些类的基本实现以及各种实用程序来类型转换。 -
-
Uses of LinkRequest in jdk.dynalink.beans
Methods in jdk.dynalink.beans with parameters of type LinkRequest Modifier and Type 方法 描述 MethodHandle
MissingMemberHandlerFactory. createMissingMemberHandler(LinkRequest linkRequest, LinkerServices linkerServices)
返回适用于为特定链接请求实现丢失成员行为的方法句柄。GuardedInvocation
BeansLinker. getGuardedInvocation(LinkRequest request, LinkerServices linkerServices)
-
Uses of LinkRequest in jdk.dynalink.linker
Methods in jdk.dynalink.linker that return LinkRequest Modifier and Type 方法 描述 LinkRequest
LinkRequest. replaceArguments(CallSiteDescriptor callSiteDescriptor, Object... arguments)
返回与此调用站点描述符相同的请求,并使用指定的参数替换参数。Methods in jdk.dynalink.linker with parameters of type LinkRequest Modifier and Type 方法 描述 GuardedInvocation
GuardedInvocationTransformer. filter(GuardedInvocation inv, LinkRequest linkRequest, LinkerServices linkerServices)
给予一个有保护的调用,返回相同或可能不同的守卫调用。GuardedInvocation
GuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
在调用站点上创建一个适合于具有指定参数的特定调用的保护调用。GuardedInvocation
LinkerServices. getGuardedInvocation(LinkRequest linkRequest)
创建一个守卫的调用委托回DynamicLinker
公开这个链接器服务对象。 -
Uses of LinkRequest in jdk.dynalink.linker.support
Classes in jdk.dynalink.linker.support that implement LinkRequest Modifier and Type Class 描述 class
SimpleLinkRequest
默认简单实现LinkRequest
。Methods in jdk.dynalink.linker.support that return LinkRequest Modifier and Type 方法 描述 LinkRequest
SimpleLinkRequest. replaceArguments(CallSiteDescriptor newCallSiteDescriptor, Object... newArguments)
Methods in jdk.dynalink.linker.support with parameters of type LinkRequest Modifier and Type 方法 描述 GuardedInvocation
CompositeGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
将呼叫委托给其组件链接器。GuardedInvocation
CompositeTypeBasedGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
-