程序包 proguard
类 KeepClassMemberChecker
- java.lang.Object
-
- proguard.KeepClassMemberChecker
-
public class KeepClassMemberChecker extends java.lang.ObjectThis 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.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcheckClassSpecifications(java.util.List keepClassSpecifications)Checks if the given class specifications try to keep class members without actually specifying any, printing notes if necessary.
-