程序包 proguard

类 KeepClassMemberChecker


  • public class KeepClassMemberChecker
    extends java.lang.Object
    This class checks if the user has forgotten to specify class members in some keep options in the configuration.
    • 构造器概要

      构造器 
      构造器 说明
      KeepClassMemberChecker​(proguard.classfile.util.WarningPrinter notePrinter)
      Creates a new KeepClassMemberChecker.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void checkClassSpecifications​(java.util.List keepClassSpecifications)
      Checks if the given class specifications try to keep class members without actually specifying any, printing notes if necessary.
      • 从类继承的方法 java.lang.Object

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

      • KeepClassMemberChecker

        public KeepClassMemberChecker​(proguard.classfile.util.WarningPrinter notePrinter)
        Creates a new KeepClassMemberChecker.
    • 方法详细资料

      • checkClassSpecifications

        public void checkClassSpecifications​(java.util.List keepClassSpecifications)
        Checks if the given class specifications try to keep class members without actually specifying any, printing notes if necessary.