类 PrecisionAdjustmentResult<StateT extends AbstractState<StateT>>
- java.lang.Object
-
- proguard.analysis.cpa.defaults.PrecisionAdjustmentResult<StateT>
-
- 类型参数:
StateT- The type of the analyzed states.
public class PrecisionAdjustmentResult<StateT extends AbstractState<StateT>> extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 PrecisionAdjustmentResult(StateT abstractState, Precision precision)Create a precision adjustment result tuple.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StateTgetAbstractState()Returns the abstract state.PrecisiongetPrecision()Returns the precision.
-