Package proguard.analysis.cpa.defaults
Class NeverAbortOperator
java.lang.Object
proguard.analysis.cpa.defaults.NeverAbortOperator
- All Implemented Interfaces:
AbortOperator
This
AbortOperator never terminates the analysis prematurely.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanabort(AbstractState<?> abstractState) The operator receives a newly discovered abstract state and returns whether the analysis should terminate.
-
Field Details
-
INSTANCE
-
-
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
-