public final class NeverAbortOperator extends java.lang.Object implements AbortOperator
AbortOperator never terminates the analysis prematurely.| Modifier and Type | Field and Description |
|---|---|
static NeverAbortOperator |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort(AbstractState abstractState)
The operator receives a newly discovered abstract state and returns whether the analysis should terminate.
|
public static final NeverAbortOperator INSTANCE
public boolean abort(AbstractState abstractState)
AbortOperatorabort in interface AbortOperator