SymbEvalSuccessor Type
Represents the successor relation produced by symbolic evaluation.
Union cases
| Union case |
Description
|
|
Evaluation can continue from the given state.
|
|
Evaluation failed.
|
|
|
Evaluation stopped before completing the current run.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsContinue
Returns: bool
|
|
Full Usage:
this.IsEvalError
Returns: bool
|
|
Full Usage:
this.IsFork
Returns: bool
|
|
Full Usage:
this.IsStopped
Returns: bool
|
|
B2R2