Uses of Interface
gnu.mapping.ArgList
-
Packages that use ArgList Package Description gnu.mapping SupportsProcedure
, 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 ArgList Modifier and Type Class Description class
ArgListImpl
class
ArgListPair
class
ArgListVector
class
CallContext
A procedure activation stack (when compiled with explicit stacks).Methods in gnu.mapping that return ArgList Modifier and Type Method Description ArgList
ArgListBuilder. asArgList()
ArgList
ArgListImpl. asArgList()
ArgList
ArgListBuilder. asFreshArgList()
ArgList
ArgListImpl. asFreshArgList()
Methods in gnu.mapping with parameters of type ArgList Modifier and Type Method Description void
ArgListBuilder. addAll(ArgList args)
void
ArgListImpl. addAll(ArgList args)
Object
Procedure. applyL(ArgList args)
static ArgListVector
ArgListVector. drop(ArgList args, int toSkip)
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.
-