@Deprecated public abstract class ElementOrListStackFunction extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Modifier and Type | Class and Description |
|---|---|
static interface |
ElementOrListStackFunction.ElementStackFunction
Deprecated.
Interface defining the function to be generated which is applied to each element.
|
| Constructor and Description |
|---|
ElementOrListStackFunction(java.lang.String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack)
Deprecated.
|
abstract ElementOrListStackFunction.ElementStackFunction |
generateFunction(WarpScriptStack stack)
Deprecated.
Generates the function to be applied on the element(s) using the parameters on the stack.
|
getName, refSnapshot, setName, toStringpublic ElementOrListStackFunction(java.lang.String name)
public abstract ElementOrListStackFunction.ElementStackFunction generateFunction(WarpScriptStack stack) throws WarpScriptException
stack - The stack to be used for parameters retrieval.WarpScriptExceptionpublic java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptException