Uses of Package
jdk.dynalink
Packages that use jdk.dynalink
Package
Description
Contains interfaces and classes that are used to link an
invokedynamic
call site.
Contains interfaces and classes needed by language runtimes to implement
their own language-specific object models and type conversions.
Contains classes that make it more convenient for language runtimes to
implement their own language-specific object models and type conversions
by providing basic implementations of some classes as well as various
utilities.
Contains classes that make using Dynalink more convenient by providing
basic implementations of some classes as well as various utilities.
-
Classes in jdk.dynalink used by jdk.dynalinkClassDescriptionCall site descriptors contain all the information necessary for linking a call site.The linker for
RelinkableCallSite
objects.Operation that associates a name with another operation.An object that describes a namespace that is the target of a dynamic operation on an object.Describes an operation that operates on at least oneNamespace
of an object.An object that describes a dynamic operation.Interface for call sites managed by aDynamicLinker
.Provides security-checked access to aMethodHandles.Lookup
object.An enumeration of standard namespaces defined by Dynalink.Defines the standard dynamic operations. -
Classes in jdk.dynalink used by jdk.dynalink.linkerClassDescriptionCall site descriptors contain all the information necessary for linking a call site.Provides security-checked access to a
MethodHandles.Lookup
object. -
Classes in jdk.dynalink used by jdk.dynalink.linker.supportClassDescriptionCall site descriptors contain all the information necessary for linking a call site.
-
Classes in jdk.dynalink used by jdk.dynalink.supportClassDescriptionCall site descriptors contain all the information necessary for linking a call site.Interface for call sites managed by a
DynamicLinker
.