程序包 proguard.util
类 ProcessingFlags
- java.lang.Object
-
- proguard.util.ProcessingFlags
-
public class ProcessingFlags extends java.lang.ObjectConstants used by ProGuard for marking entities (classes, class members, resource files, ...) during processing.
-
-
字段概要
字段 修饰符和类型 字段 说明 static intCOPYABLE_PROCESSING_FLAGSstatic intDONT_OBFUSCATEstatic intDONT_OPTIMIZEstatic intDONT_OPTIMIZE_OR_OBFUSCATEstatic intDONT_PROCESS_KOTLIN_MODULEstatic intDONT_SHRINKstatic intDONT_SHRINK_OR_OBFUSCATEstatic intDONT_SHRINK_OR_OPTIMIZEstatic intDONT_SHRINK_OR_OPTIMIZE_OR_OBFUSCATEstatic intINJECTEDstatic intIS_CLASS_AVAILABLEstatic intMODIFIEDstatic intREMOVED_CONSTRUCTORSstatic intREMOVED_FIELDSstatic intREMOVED_METHODSstatic intREMOVED_PUBLIC_CONSTRUCTORSstatic intREMOVED_PUBLIC_FIELDSstatic intREMOVED_PUBLIC_METHODS
-
构造器概要
构造器 构造器 说明 ProcessingFlags()
-
-
-
字段详细资料
-
DONT_SHRINK
public static final int DONT_SHRINK
- 另请参阅:
- 常量字段值
-
DONT_OPTIMIZE
public static final int DONT_OPTIMIZE
- 另请参阅:
- 常量字段值
-
DONT_OBFUSCATE
public static final int DONT_OBFUSCATE
- 另请参阅:
- 常量字段值
-
DONT_SHRINK_OR_OBFUSCATE
public static final int DONT_SHRINK_OR_OBFUSCATE
- 另请参阅:
- 常量字段值
-
DONT_SHRINK_OR_OPTIMIZE
public static final int DONT_SHRINK_OR_OPTIMIZE
- 另请参阅:
- 常量字段值
-
DONT_OPTIMIZE_OR_OBFUSCATE
public static final int DONT_OPTIMIZE_OR_OBFUSCATE
- 另请参阅:
- 常量字段值
-
DONT_SHRINK_OR_OPTIMIZE_OR_OBFUSCATE
public static final int DONT_SHRINK_OR_OPTIMIZE_OR_OBFUSCATE
- 另请参阅:
- 常量字段值
-
IS_CLASS_AVAILABLE
public static final int IS_CLASS_AVAILABLE
- 另请参阅:
- 常量字段值
-
REMOVED_FIELDS
public static final int REMOVED_FIELDS
- 另请参阅:
- 常量字段值
-
REMOVED_PUBLIC_FIELDS
public static final int REMOVED_PUBLIC_FIELDS
- 另请参阅:
- 常量字段值
-
REMOVED_CONSTRUCTORS
public static final int REMOVED_CONSTRUCTORS
- 另请参阅:
- 常量字段值
-
REMOVED_PUBLIC_CONSTRUCTORS
public static final int REMOVED_PUBLIC_CONSTRUCTORS
- 另请参阅:
- 常量字段值
-
REMOVED_METHODS
public static final int REMOVED_METHODS
- 另请参阅:
- 常量字段值
-
REMOVED_PUBLIC_METHODS
public static final int REMOVED_PUBLIC_METHODS
- 另请参阅:
- 常量字段值
-
INJECTED
public static final int INJECTED
- 另请参阅:
- 常量字段值
-
DONT_PROCESS_KOTLIN_MODULE
public static final int DONT_PROCESS_KOTLIN_MODULE
- 另请参阅:
- 常量字段值
-
MODIFIED
public static final int MODIFIED
- 另请参阅:
- 常量字段值
-
COPYABLE_PROCESSING_FLAGS
public static final int COPYABLE_PROCESSING_FLAGS
- 另请参阅:
- 常量字段值
-
-