Package proguard.analysis.cpa.defaults
Class ControllableAbortOperator
java.lang.Object
proguard.analysis.cpa.defaults.ControllableAbortOperator
- All Implemented Interfaces:
AbortOperator
This
AbortOperator allows changing its behavior by setting the boolean field abort to the desired output.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabort(AbstractState<?> abstractState) The operator receives a newly discovered abstract state and returns whether the analysis should terminate.
-
Field Details
-
abort
public boolean abort
-
-
Constructor Details
-
ControllableAbortOperator
public ControllableAbortOperator()
-
-
Method Details
-
abort
Description copied from interface:AbortOperatorThe operator receives a newly discovered abstract state and returns whether the analysis should terminate.- Specified by:
abortin interfaceAbortOperator
-