Uses of Interface
gnu.mapping.ArgList
Packages that use ArgList
Package
Description
Supports
Procedure
,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of ArgList in gnu.mapping
Classes in gnu.mapping that implement ArgListModifier and TypeClassDescriptionclass
class
class
class
A procedure activation stack (when compiled with explicit stacks).Methods in gnu.mapping that return ArgListModifier and TypeMethodDescriptionArgListBuilder.asArgList()
ArgListImpl.asArgList()
ArgListBuilder.asFreshArgList()
ArgListImpl.asFreshArgList()
Methods in gnu.mapping with parameters of type ArgListModifier and TypeMethodDescriptionvoid
void
static ArgListVector
static int
ArgListImpl.findKeyword
(ArgList args, String key) static RuntimeException
MethodProc.matchFailAsException
(int code, Procedure proc, ArgList args) Helper method to throw an exception if amatchX
method fails.