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 TypeClassDescriptionclassclassclassclassA 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 TypeMethodDescriptionvoidvoidstatic ArgListVectorstatic intArgListImpl.findKeyword(ArgList args, String key) static RuntimeExceptionMethodProc.matchFailAsException(int code, Procedure proc, ArgList args) Helper method to throw an exception if amatchXmethod fails.