Package | Description |
---|---|
org.dynalang.dynalink |
Contains the main API for using the dynamic linking facilities.
|
org.dynalang.dynalink.beans |
Contains the linker for POJOs.
|
org.dynalang.dynalink.linker |
Contains interfaces and classes needed by language runtimes to implement
their own language-specific linkers.
|
org.dynalang.dynalink.support |
Contains supporting classes for other packages.
|
Class and Description |
---|
GuardedInvocation
Represents a conditionally valid method handle.
|
GuardingDynamicLinker
The base interface for language-specific dynamic linkers.
|
LinkerServices
Interface for services provided to
GuardingDynamicLinker instances by the DynamicLinker that owns
them. |
Class and Description |
---|
GuardedInvocation
Represents a conditionally valid method handle.
|
GuardingDynamicLinker
The base interface for language-specific dynamic linkers.
|
LinkerServices
Interface for services provided to
GuardingDynamicLinker instances by the DynamicLinker that owns
them. |
LinkRequest
Represents a request to link a particular invocation at a particular call site.
|
TypeBasedGuardingDynamicLinker
A guarding dynamic linker that can determine whether it can link the call site solely based on the type of the first
argument at linking invocation time.
|
Class and Description |
---|
ConversionComparator.Comparison
Enumeration of possible outcomes of comparing one conversion to another.
|
GuardedInvocation
Represents a conditionally valid method handle.
|
GuardingDynamicLinker
The base interface for language-specific dynamic linkers.
|
LinkerServices
Interface for services provided to
GuardingDynamicLinker instances by the DynamicLinker that owns
them. |
LinkRequest
Represents a request to link a particular invocation at a particular call site.
|
Class and Description |
---|
ConversionComparator.Comparison
Enumeration of possible outcomes of comparing one conversion to another.
|
GuardedInvocation
Represents a conditionally valid method handle.
|
GuardingDynamicLinker
The base interface for language-specific dynamic linkers.
|
GuardingTypeConverterFactory
Optional interface that can be implemented by
GuardingDynamicLinker implementations to provide
language-runtime specific implicit type conversion capabilities. |
LinkerServices
Interface for services provided to
GuardingDynamicLinker instances by the DynamicLinker that owns
them. |
LinkRequest
Represents a request to link a particular invocation at a particular call site.
|
TypeBasedGuardingDynamicLinker
A guarding dynamic linker that can determine whether it can link the call site solely based on the type of the first
argument at linking invocation time.
|
Copyright © 2013 Attila Szegedi. All rights reserved.