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_list
at its current position.CLinker.VaList.copy(NativeScope scope)
Copies this Cva_list
at its current position.static CLinker.VaList
CLinker.VaList.empty()
Returns an empty Cva_list
constant.static CLinker.VaList
CLinker.VaList.make(Consumer<CLinker.VaList.Builder> actions)
Constructs a newVaList
using a builder (seeCLinker.VaList.Builder
).static CLinker.VaList
CLinker.VaList.make(Consumer<CLinker.VaList.Builder> actions, NativeScope scope)
Constructs a newVaList
using a builder (seeCLinker.VaList.Builder
).static CLinker.VaList
CLinker.VaList.ofAddressRestricted(MemoryAddress address)
Constructs a newVaList
instance out of a memory address pointing to an existing Cva_list
.