类 StaticPrecisionAdjustment
- java.lang.Object
-
- proguard.analysis.cpa.defaults.StaticPrecisionAdjustment
-
- 所有已实现的接口:
PrecisionAdjustment
public final class StaticPrecisionAdjustment extends java.lang.Object implements PrecisionAdjustment
ThisPrecisionAdjustmentkeeps thePrecisionthe same.
-
-
构造器概要
构造器 构造器 说明 StaticPrecisionAdjustment()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <AbstractStateT extends AbstractState<AbstractStateT>>
PrecisionAdjustmentResult<AbstractStateT>prec(AbstractStateT abstractState, Precision precision, java.util.Collection<? extends AbstractStateT> reachedAbstractStates)Returns a newAbstractStateandPrecisionfor the given reached abstract states.
-
-
-
方法详细资料
-
prec
public <AbstractStateT extends AbstractState<AbstractStateT>> PrecisionAdjustmentResult<AbstractStateT> prec(AbstractStateT abstractState, Precision precision, java.util.Collection<? extends AbstractStateT> reachedAbstractStates)
从接口复制的说明:PrecisionAdjustmentReturns a newAbstractStateandPrecisionfor the given reached abstract states.- 指定者:
prec在接口中PrecisionAdjustment
-
-