类 ReverseDependencyStore


  • public class ReverseDependencyStore
    extends java.lang.Object
    This classes is a data class that is used to query which methods need to be reconsidered for side effects when side effects for a certain method are derived.
    • 构造器概要

      构造器 
      构造器 说明
      ReverseDependencyStore​(proguard.util.MultiValueMap<proguard.classfile.Method,​ClassMemberPair> calledBy, proguard.util.MultiValueMap<ProgramMethodOptimizationInfo,​proguard.classfile.Method> methodsByProgramMethodOptimizationInfo)
      Constructs a ReverseDependencyStore by its contents.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ReverseDependencyStore

        public ReverseDependencyStore​(proguard.util.MultiValueMap<proguard.classfile.Method,​ClassMemberPair> calledBy,
                                      proguard.util.MultiValueMap<ProgramMethodOptimizationInfo,​proguard.classfile.Method> methodsByProgramMethodOptimizationInfo)
        Constructs a ReverseDependencyStore by its contents.
        参数:
        calledBy - Maps a method to all LocatedMembers that refer to it
        methodsByProgramMethodOptimizationInfo - Maps some optimizationInfo to all Methods that use it