See: Description
| Interface | Description |
|---|---|
| ConversionComparator |
Optional interface to be implemented by
GuardingTypeConverterFactory implementers. |
| 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.
|
| Class | Description |
|---|---|
| GuardedInvocation |
Represents a conditionally valid method handle.
|
| Enum | Description |
|---|---|
| ConversionComparator.Comparison |
Enumeration of possible outcomes of comparing one conversion to another.
|
Contains interfaces and classes needed by language runtimes to implement their own language-specific linkers.
Copyright © 2013 Attila Szegedi. All Rights Reserved.