Package proguard.analysis.cpa.defaults
Class StaticPrecisionAdjustment
java.lang.Object
proguard.analysis.cpa.defaults.StaticPrecisionAdjustment
- All Implemented Interfaces:
PrecisionAdjustment
This
PrecisionAdjustment keeps the Precision the same.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<AbstractStateT extends AbstractState<AbstractStateT>>
PrecisionAdjustmentResult<AbstractStateT>prec(AbstractStateT abstractState, Precision precision, Collection<? extends AbstractStateT> reachedAbstractStates) Returns a newAbstractStateandPrecisionfor the given reached abstract states.
-
Constructor Details
-
StaticPrecisionAdjustment
public StaticPrecisionAdjustment()
-
-
Method Details
-
prec
public <AbstractStateT extends AbstractState<AbstractStateT>> PrecisionAdjustmentResult<AbstractStateT> prec(AbstractStateT abstractState, Precision precision, Collection<? extends AbstractStateT> reachedAbstractStates) Description copied from interface:PrecisionAdjustmentReturns a newAbstractStateandPrecisionfor the given reached abstract states.- Specified by:
precin interfacePrecisionAdjustment
-