Uses of Interface
jdk.incubator.foreign.CLinker.VaList
Packages that use CLinker.VaList
Package
Description
Classes to support low-level and efficient foreign memory/function access, directly from Java.
-
Uses of CLinker.VaList in jdk.incubator.foreign
Methods in jdk.incubator.foreign that return CLinker.VaListModifier and TypeMethodDescriptionCLinker.VaList.copy()Copies this Cva_listat its current position.CLinker.VaList.copy(NativeScope scope)Copies this Cva_listat its current position.static CLinker.VaListCLinker.VaList.empty()Returns an empty Cva_listconstant.static CLinker.VaListCLinker.VaList.make(Consumer<CLinker.VaList.Builder> actions)Constructs a newVaListusing a builder (seeCLinker.VaList.Builder).static CLinker.VaListCLinker.VaList.make(Consumer<CLinker.VaList.Builder> actions, NativeScope scope)Constructs a newVaListusing a builder (seeCLinker.VaList.Builder).static CLinker.VaListCLinker.VaList.ofAddressRestricted(MemoryAddress address)Constructs a newVaListinstance out of a memory address pointing to an existing Cva_list.