| Package | Description |
|---|---|
| org.dynalang.dynalink |
Contains the main API for using the dynamic linking facilities.
|
| org.dynalang.dynalink.support |
Contains supporting classes for other packages.
|
| Class and Description |
|---|
| AbstractRelinkableCallSite
A basic implementation of the
RelinkableCallSite as a MutableCallSite subclass. |
| Class and Description |
|---|
| BottomGuardingDynamicLinker
A linker that can't link any call site.
|
| LinkRequestImpl
Default implementation of the
LinkRequest, representing a link request to a call site that passes no language
runtime specific native context arguments on the stack. |
| Lookup
A wrapper around MethodHandles.Lookup that masks checked exceptions in those cases when you're looking up methods
within your own codebase (therefore it is an error if they are not present).
|
| TypeConverterFactory
A factory for type converters.
|
Copyright © 2013 Attila Szegedi. All Rights Reserved.