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 classArgListImplclassArgListPairclassArgListVectorclassCallContextA procedure activation stack (when compiled with explicit stacks).Methods in gnu.mapping that return ArgList Modifier and Type Method Description ArgListArgListBuilder. asArgList()ArgListArgListImpl. asArgList()ArgListArgListBuilder. asFreshArgList()ArgListArgListImpl. asFreshArgList()Methods in gnu.mapping with parameters of type ArgList Modifier and Type Method Description voidArgListBuilder. addAll(ArgList args)voidArgListImpl. addAll(ArgList args)ObjectProcedure. applyL(ArgList args)static ArgListVectorArgListVector. drop(ArgList args, int toSkip)static intArgListImpl. findKeyword(ArgList args, String key)static RuntimeExceptionMethodProc. matchFailAsException(int code, Procedure proc, ArgList args)Helper method to throw an exception if amatchXmethod fails.
-