| Constructor and Description |
|---|
SimpleModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllFunctions(Map<String,Function> functions) |
void |
addFunction(String fnameAndNarg,
Function f) |
void |
addFunction(String fname,
int nargs,
Function f) |
Map<String,Function> |
getAllFunctions() |
Function |
getFunction(String fname,
int nargs) |
public Function getFunction(String fname, int nargs)
getFunction in interface Modulepublic Map<String,Function> getAllFunctions()
getAllFunctions in interface ModuleCopyright © 2025. All rights reserved.