public class MVEXTRACT extends ElementOrListStackFunction implements ElementOrListStackFunction.ElementStackFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
MVEXTRACT.ELEMENT |
ElementOrListStackFunction.ElementStackFunction| Constructor and Description |
|---|
MVEXTRACT(java.lang.String name,
MVEXTRACT.ELEMENT element) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
applyOnElement(java.lang.Object element) |
ElementOrListStackFunction.ElementStackFunction |
generateFunction(WarpScriptStack stack)
Generates the function to be applied on the element(s) using the parameters on the stack.
|
applygetName, refSnapshot, setName, toStringpublic MVEXTRACT(java.lang.String name,
MVEXTRACT.ELEMENT element)
public ElementOrListStackFunction.ElementStackFunction generateFunction(WarpScriptStack stack) throws WarpScriptException
ElementOrListStackFunctiongenerateFunction in class ElementOrListStackFunctionstack - The stack to be used for parameters retrieval.WarpScriptExceptionpublic java.lang.Object applyOnElement(java.lang.Object element)
throws WarpScriptException
applyOnElement in interface ElementOrListStackFunction.ElementStackFunctionWarpScriptException