Package com.oracle.truffle.api.library
Interface LibraryExport.DelegateExport
- Enclosing class:
LibraryExport<T extends Library>
protected static interface LibraryExport.DelegateExport
Internal interface for generated code only.
- Since:
- 20.0
-
Method Summary
Modifier and TypeMethodDescriptiongetDelegateExportLibrary
(Object delegate) Internal method for generated code only.Internal method for generated code only.readDelegateExport
(Object receiver) Internal method for generated code only.
-
Method Details
-
readDelegateExport
Internal method for generated code only.- Since:
- 20.0
-
getDelegateExportMessages
FinalBitSet getDelegateExportMessages()Internal method for generated code only.- Since:
- 20.0
-
getDelegateExportLibrary
Internal method for generated code only.- Since:
- 20.0
-