Uses of Class
gnu.mapping.ArgListVector
Packages that use ArgListVector
Package
Description
Supports
Procedure
,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of ArgListVector in gnu.kawa.functions
Methods in gnu.kawa.functions with parameters of type ArgListVectorModifier and TypeMethodDescriptionstatic void
RunProcess.doit
(ArgListVector args, Consumer consumer) -
Uses of ArgListVector in gnu.mapping
Methods in gnu.mapping that return ArgListVectorModifier and TypeMethodDescriptionstatic ArgListVector
static ArgListVector
ArgListVector.getArgs
(CallContext ctx) final ArgListVector
CallContext.getRestArgsVector()
CallContext.getRestArgsVector
(int next) Get remaining arguments are an ArgListVector.static ArgListVector
ArgListVector.prepend
(ArgListVector args, Object... extra) Methods in gnu.mapping with parameters of type ArgListVectorModifier and TypeMethodDescriptionstatic ArgListVector
ArgListVector.prepend
(ArgListVector args, Object... extra) static LList
ArgListPair.valueOf
(ArgListVector args) static LList
ArgListPair.valueOf
(ArgListVector args, int skip) Constructors in gnu.mapping with parameters of type ArgListVector