public final class NativeLibraryDescriptor extends Object
com.oracle.truffle.nfi.backend.spi.NativeBackend#parse| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
List<String> |
getFlags()
An optional array of implementation dependent flags.
|
boolean |
isDefaultLibrary()
Check whether this represents the default library.
|
public boolean isDefaultLibrary()
public String getFilename()
null for the default librarypublic List<String> getFlags()
RTLD_* flags on posix compliant systems.