Package | Description |
---|---|
gnu.kawa.functions |
Various core run-time functions and operators.
|
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
Modifier and Type | Method and Description |
---|---|
static void |
RunProcess.doit(ArgListVector args,
Consumer consumer) |
Modifier and Type | Method and Description |
---|---|
static ArgListVector |
ArgListVector.drop(ArgList args,
int toSkip) |
static ArgListVector |
ArgListVector.getArgs(CallContext ctx) |
ArgListVector |
CallContext.getRestArgsVector() |
ArgListVector |
CallContext.getRestArgsVector(int next)
Get remaining arguments are an ArgListVector.
|
static ArgListVector |
ArgListVector.prepend(ArgListVector args,
java.lang.Object... extra) |
Modifier and Type | Method and Description |
---|---|
static ArgListVector |
ArgListVector.prepend(ArgListVector args,
java.lang.Object... extra) |
static LList |
ArgListPair.valueOf(ArgListVector args) |
static LList |
ArgListPair.valueOf(ArgListVector args,
int skip) |
Constructor and Description |
---|
ArgListPair(ArgListVector base,
int skip) |