|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.functions.Function
org.millscript.millscript.conf.functions.AddFunctionFunction
public class AddFunctionFunction
This class implements the configuration function AddFunction.
| Constructor Summary | |
|---|---|
AddFunctionFunction(Package p)
Constructs a new add function function, to add a function to the given package. |
|
| Method Summary | |
|---|---|
void |
apply(Machine mc,
int nargs)
Performs this function using the specified machine, with the specified number of arguments. |
Function |
constructFunction(java.lang.Class<Function> functionClass)
Returns a new instance of the specified function class. |
| Methods inherited from class org.millscript.millscript.functions.Function |
|---|
applyUpdater, checkNargs, checkNargsGT, checkUNargs, getName, modName, reportNargsError, reportNargsGTError, setName, toString, tryClone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddFunctionFunction(Package p)
p - the package we should add functions to| Method Detail |
|---|
public void apply(Machine mc,
int nargs)
Function
apply in class Functionmc - the machine to perform this function onnargs - the number of arguments the function is being invoked withFunction.apply(org.millscript.millscript.vm.Machine, int)public Function constructFunction(java.lang.Class<Function> functionClass)
functionClass - the Function class to make a new
instance of.
Function class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||