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 voidRunProcess.doit(ArgListVector args, Consumer consumer) -
Uses of ArgListVector in gnu.mapping
Methods in gnu.mapping that return ArgListVectorModifier and TypeMethodDescriptionstatic ArgListVectorstatic ArgListVectorArgListVector.getArgs(CallContext ctx) final ArgListVectorCallContext.getRestArgsVector()CallContext.getRestArgsVector(int next) Get remaining arguments are an ArgListVector.static ArgListVectorArgListVector.prepend(ArgListVector args, Object... extra) Methods in gnu.mapping with parameters of type ArgListVectorModifier and TypeMethodDescriptionstatic ArgListVectorArgListVector.prepend(ArgListVector args, Object... extra) static LListArgListPair.valueOf(ArgListVector args) static LListArgListPair.valueOf(ArgListVector args, int skip) Constructors in gnu.mapping with parameters of type ArgListVector