Class Loader
java.lang.Object
club.doki7.ffm.Loader
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull MemorySegment
loadFunction
(String name) Deprecated, for removal: This API element is subject to removal in a future version.static @NotNull MethodHandle
loadFunction
(String name, FunctionDescriptor descriptor) Deprecated, for removal: This API element is subject to removal in a future version.static @Nullable MemorySegment
loadFunctionOrNull
(String name) Deprecated, for removal: This API element is subject to removal in a future version.static @Nullable MethodHandle
loadFunctionOrNull
(String name, FunctionDescriptor descriptor) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
loadFunction
@Deprecated(forRemoval=true, since="0.2.4") @NotNull public static @NotNull MethodHandle loadFunction(String name, FunctionDescriptor descriptor) Deprecated, for removal: This API element is subject to removal in a future version. -
loadFunctionOrNull
@Deprecated(forRemoval=true, since="0.2.4") @Nullable public static @Nullable MethodHandle loadFunctionOrNull(String name, FunctionDescriptor descriptor) Deprecated, for removal: This API element is subject to removal in a future version. -
loadFunction
@Deprecated(forRemoval=true, since="0.2.4") @NotNull public static @NotNull MemorySegment loadFunction(String name) Deprecated, for removal: This API element is subject to removal in a future version. -
loadFunctionOrNull
@Deprecated(forRemoval=true, since="0.2.4") @Nullable public static @Nullable MemorySegment loadFunctionOrNull(String name) Deprecated, for removal: This API element is subject to removal in a future version.
-