类 ReverseDependencyCalculator


  • public class ReverseDependencyCalculator
    extends java.lang.Object
    This 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

        public ReverseDependencyCalculator​(proguard.classfile.ClassPool classPool)
    • 方法详细资料

      • 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