public class MACROMAPPER extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
MACROMAPPER.MacroMapperWrapper |
| Constructor and Description |
|---|
MACROMAPPER(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
static java.lang.Object[] |
listToObjects(java.util.List<java.lang.Object> list) |
static java.lang.Object[] |
stackToObjects(WarpScriptStack stack) |
getName, refSnapshot, setName, toStringpublic java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic static java.lang.Object[] listToObjects(java.util.List<java.lang.Object> list)
throws WarpScriptException
WarpScriptExceptionpublic static java.lang.Object[] stackToObjects(WarpScriptStack stack) throws WarpScriptException
WarpScriptException