类 ReverseDependencyCalculator
- java.lang.Object
-
- proguard.optimize.ReverseDependencyCalculator
-
public class ReverseDependencyCalculator extends java.lang.ObjectThis class serves to construct a ReverseDependencyStore through computing its depending objects; - isCalledBy: a mapping which tells which classes refer to which other classes - classEqualizers: a mapping which tells which classes have some method with a certain ProgramMethodOptimizationInfo Note that we never consider library classes as their optimizationInfo is not mutable.
-
-
构造器概要
构造器 构造器 说明 ReverseDependencyCalculator(proguard.classfile.ClassPool classPool)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ReverseDependencyStorereverseDependencyStore()This function constructs the reverseDependencyStore based on the object
-
-
-
方法详细资料
-
reverseDependencyStore
public ReverseDependencyStore reverseDependencyStore()
This function constructs the reverseDependencyStore based on the object- 返回:
- a new ReverseDependencyStore based on the class pool given to the Calculator at construction time
-
-