Uses of Interface
java.lang.foreign.SymbolLookup
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of SymbolLookupPREVIEW in java.lang.foreign
Modifier and TypeMethodDescriptionLinker.defaultLookup()
Returns a symbol lookup for symbols in a set of commonly used libraries.static SymbolLookupPREVIEW
SymbolLookup.libraryLookup
(String name, SegmentScopePREVIEW scope) Loads a library with the given name (if not already loaded) and creates a symbol lookup for symbols in that library.static SymbolLookupPREVIEW
SymbolLookup.libraryLookup
(Path path, SegmentScopePREVIEW scope) Loads a library from the given path (if not already loaded) and creates a symbol lookup for symbols in that library.static SymbolLookupPREVIEW
SymbolLookup.loaderLookup()
Returns a symbol lookup for symbols in the libraries associated with the caller's class loader.