Uses of Interface
jdk.incubator.foreign.VaList
Packages that use VaList
Package
Description
Classes to support low-level and efficient foreign memory/function access, directly from Java.
-
Uses of VaList in jdk.incubator.foreign
Methods in jdk.incubator.foreign that return VaListModifier and TypeMethodDescriptionVaList.copy()Copies this variable argument list at its current position into a new variable argument list associated with the same scope as this variable argument list.static VaListVaList.empty()Returns an empty variable argument list, associated with the global scope.static VaListVaList.make(Consumer<VaList.Builder> actions, ResourceScope scope) Constructs a new variable argument list using a builder (seeVaList.Builder), with a given resource scope.static VaListVaList.ofAddress(MemoryAddress address, ResourceScope scope) Constructs a new variable argument list from a memory address pointing to an existing variable argument list, with given resource scope.