public class Apply extends ProcedureN
noArgs
compilerKey, validateApplyKey
nameKey
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(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, toString
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
public 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 ProcedureN
java.lang.Throwable
public void apply(CallContext ctx) throws java.lang.Throwable
Procedure