public class Apply extends ProcedureN
noArgscompilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
Apply(java.lang.String name,
ApplyToArgs applyToArgs) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CallContext ctx)
Call this Procedure using the explicit-CallContext-convention.
|
java.lang.Object |
applyN(java.lang.Object[] args) |
static java.lang.Object[] |
getArguments(LList args,
int skip,
Procedure proc) |
static java.lang.Object[] |
getArguments(java.lang.Object[] args,
int skip,
Procedure proc) |
apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, numArgs, set0, set1, setN, setSetter, setSourceLocation, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic Apply(java.lang.String name,
ApplyToArgs applyToArgs)
public static java.lang.Object[] getArguments(java.lang.Object[] args,
int skip,
Procedure proc)
public java.lang.Object applyN(java.lang.Object[] args)
throws java.lang.Throwable
applyN in class ProcedureNjava.lang.Throwablepublic void apply(CallContext ctx) throws java.lang.Throwable
Procedure