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 变量和类型 方法 描述 MethodHandle
MissingMemberHandlerFactory. createMissingMemberHandler(LinkRequest linkRequest, LinkerServices linkerServices)
返回适合实现特定链接请求的缺少成员行为的方法句柄。 -
Uses of LinkRequest in jdk.dynalink.linker
Methods in jdk.dynalink.linker that return LinkRequest 变量和类型 方法 描述 LinkRequest
LinkRequest. replaceArguments(CallSiteDescriptor callSiteDescriptor, Object... arguments)
返回与此呼叫站点描述符相同的请求,并将参数替换为指定的请求。Methods in jdk.dynalink.linker with parameters of type LinkRequest 变量和类型 方法 描述 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 变量和类型 类 描述 class
SimpleLinkRequest
默认简单实现LinkRequest
。Methods in jdk.dynalink.linker.support with parameters of type LinkRequest 变量和类型 方法 描述 GuardedInvocation
CompositeGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
将调用委托给其组件链接器。
-