public interface PlatformNativeLibrarySupport
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformNativeLibrarySupport.NativeLibrary |
| Modifier and Type | Method and Description |
|---|---|
PlatformNativeLibrarySupport.NativeLibrary |
createLibrary(String canonical,
boolean builtIn) |
org.graalvm.word.PointerBase |
findBuiltinSymbol(String name) |
static PlatformNativeLibrarySupport |
singleton() |
static PlatformNativeLibrarySupport singleton()
PlatformNativeLibrarySupport.NativeLibrary createLibrary(String canonical, boolean builtIn)
org.graalvm.word.PointerBase findBuiltinSymbol(String name)