Interface NFIBackend
public interface NFIBackend
Implementation interface for Truffle NFI backends.
-
Method Summary
Modifier and TypeMethodDescriptioncom.oracle.truffle.api.CallTargetparse(NativeLibraryDescriptor descriptor) Parse aNativeLibraryDescriptor.
-
Method Details
-
parse
Parse aNativeLibraryDescriptor. The returnedCallTargetshould load the library specified by the descriptor. The loaded library should expose its symbols asmembers.
-