public abstract class CondShortCircuit extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
triggerValue |
| Constructor and Description |
|---|
CondShortCircuit(java.lang.String name,
boolean triggerValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
abstract boolean |
operator(boolean bool1,
boolean bool2) |
getName, refSnapshot, setName, toStringpublic CondShortCircuit(java.lang.String name,
boolean triggerValue)
public abstract boolean operator(boolean bool1,
boolean bool2)
public java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptException