Uses of Package
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.
-
ClassDescriptionCall 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. -
ClassDescriptionCall site descriptors contain all the information necessary for linking a call site.Provides security-checked access to a
MethodHandles.Lookup
object. -
ClassDescriptionCall site descriptors contain all the information necessary for linking a call site.
-
ClassDescriptionCall site descriptors contain all the information necessary for linking a call site.Interface for call sites managed by a
DynamicLinker
.