public class ExecutionFunctionReturn extends ExecutionReturn
QUIT, UNDEF, VOID| Constructor and Description |
|---|
ExecutionFunctionReturn(ExecutionReturn value) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionReturn |
getValue() |
boolean |
isStopExecution()
Indicates whether or not this execution return is a reason to interrupt script execution (e.g. error).
|
java.lang.String |
toString() |
getScriptConstantRepresentation, getStringRepresentationpublic ExecutionFunctionReturn(ExecutionReturn value)
public ExecutionReturn getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isStopExecution()
ExecutionReturnisStopExecution in class ExecutionReturn