类 ClassEstimates
- java.lang.Object
-
- proguard.classfile.editor.ClassEstimates
-
public class ClassEstimates extends java.lang.ObjectTypical sizes, counts, and lengths for elements in class files. These can be useful as initial sizes when creating or editing them.
-
-
字段概要
字段 修饰符和类型 字段 说明 static intTYPICAL_BOOTSTRAP_METHODS_ATTRIBUTE_SIZEstatic intTYPICAL_CODE_LENGTHstatic intTYPICAL_CONSTANT_POOL_SIZEstatic intTYPICAL_EXCEPTION_TABLE_LENGTHstatic intTYPICAL_FIELD_COUNTstatic intTYPICAL_LINE_NUMBER_TABLE_LENGTHstatic intTYPICAL_METHOD_COUNTstatic intTYPICAL_PARAMETER_COUNTstatic intTYPICAL_STACK_SIZEstatic intTYPICAL_VARIABLES_SIZE
-
构造器概要
构造器 构造器 说明 ClassEstimates()
-
-
-
字段详细资料
-
TYPICAL_CONSTANT_POOL_SIZE
public static final int TYPICAL_CONSTANT_POOL_SIZE
- 另请参阅:
- 常量字段值
-
TYPICAL_FIELD_COUNT
public static final int TYPICAL_FIELD_COUNT
- 另请参阅:
- 常量字段值
-
TYPICAL_METHOD_COUNT
public static final int TYPICAL_METHOD_COUNT
- 另请参阅:
- 常量字段值
-
TYPICAL_PARAMETER_COUNT
public static final int TYPICAL_PARAMETER_COUNT
- 另请参阅:
- 常量字段值
-
TYPICAL_CODE_LENGTH
public static final int TYPICAL_CODE_LENGTH
- 另请参阅:
- 常量字段值
-
TYPICAL_LINE_NUMBER_TABLE_LENGTH
public static final int TYPICAL_LINE_NUMBER_TABLE_LENGTH
- 另请参阅:
- 常量字段值
-
TYPICAL_EXCEPTION_TABLE_LENGTH
public static final int TYPICAL_EXCEPTION_TABLE_LENGTH
- 另请参阅:
- 常量字段值
-
TYPICAL_VARIABLES_SIZE
public static final int TYPICAL_VARIABLES_SIZE
- 另请参阅:
- 常量字段值
-
TYPICAL_STACK_SIZE
public static final int TYPICAL_STACK_SIZE
- 另请参阅:
- 常量字段值
-
TYPICAL_BOOTSTRAP_METHODS_ATTRIBUTE_SIZE
public static final int TYPICAL_BOOTSTRAP_METHODS_ATTRIBUTE_SIZE
- 另请参阅:
- 常量字段值
-
-