程序包 proguard

类 AssumeNoSideEffectsChecker


  • public class AssumeNoSideEffectsChecker
    extends java.lang.Object
    This class checks if the user is specifying to assume no side effects for a reasonable number of methods in a class: not none and not all.
    • 构造器概要

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

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void checkClassSpecifications​(java.util.List classSpecifications)
      Checks if the given class specifications try to assume no side effects for all methods in a class, printing notes if necessary.
      • 从类继承的方法 java.lang.Object

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

      • AssumeNoSideEffectsChecker

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

      • checkClassSpecifications

        public void checkClassSpecifications​(java.util.List classSpecifications)
        Checks if the given class specifications try to assume no side effects for all methods in a class, printing notes if necessary.