public class GUARD extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXPORTED_CAPABILITIES_ATTR |
| Constructor and Description |
|---|
GUARD(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
static java.util.Set<java.lang.String> |
getExportedCapabilities(WarpScriptStack stack) |
getName, refSnapshot, setName, toStringpublic static final java.lang.String EXPORTED_CAPABILITIES_ATTR
public java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic static java.util.Set<java.lang.String> getExportedCapabilities(WarpScriptStack stack)