public class WRAP extends ElementOrListStackFunction
ElementOrListStackFunction.ElementStackFunction| Constructor and Description |
|---|
WRAP(java.lang.String name) |
WRAP(java.lang.String name,
boolean opt) |
WRAP(java.lang.String name,
boolean opt,
boolean compress) |
WRAP(java.lang.String name,
boolean opt,
boolean compress,
boolean raw) |
WRAP(java.lang.String name,
boolean opt,
boolean compress,
boolean raw,
boolean mv) |
| Modifier and Type | Method and Description |
|---|---|
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 WRAP(java.lang.String name)
public WRAP(java.lang.String name,
boolean opt)
public WRAP(java.lang.String name,
boolean opt,
boolean compress)
public WRAP(java.lang.String name,
boolean opt,
boolean compress,
boolean raw)
public WRAP(java.lang.String name,
boolean opt,
boolean compress,
boolean raw,
boolean mv)
public ElementOrListStackFunction.ElementStackFunction generateFunction(WarpScriptStack stack) throws WarpScriptException
ElementOrListStackFunctiongenerateFunction in class ElementOrListStackFunctionstack - The stack to be used for parameters retrieval.WarpScriptException