public class PSTACK extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Constructor and Description |
|---|
PSTACK(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
static void |
print(java.io.PrintWriter out,
int level,
java.lang.Object o) |
static void |
print(java.io.PrintWriter out,
int level,
java.lang.Object o,
boolean json) |
getName, refSnapshot, setName, toStringpublic java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic static void print(java.io.PrintWriter out,
int level,
java.lang.Object o)
throws WarpScriptException
WarpScriptExceptionpublic static void print(java.io.PrintWriter out,
int level,
java.lang.Object o,
boolean json)
throws WarpScriptException
WarpScriptException