public interface EagerExportProvider
Service provider interface implementations and uses are intended to be automatically generated by
the Truffle DSL annotation processor. Do not declare custom eager export providers or call
EagerExportProvider.ensureRegistered().
| Modifier and Type | Method and Description |
|---|---|
void |
ensureRegistered()
Ensures that the export is registered and usable.
|
String |
getLibraryClassName()
Returns the
class name of the library to be used. |
void ensureRegistered()
String getLibraryClassName()
class name of the library to be used. Uses a string to
avoid triggering class loading for all libraries.