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, getStringRepresentation
public ExecutionFunctionReturn(ExecutionReturn value)
public ExecutionReturn getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isStopExecution()
ExecutionReturn
isStopExecution
in class ExecutionReturn