类 ClassEstimates


  • public class ClassEstimates
    extends java.lang.Object
    Typical sizes, counts, and lengths for elements in class files. These can be useful as initial sizes when creating or editing them.
    • 字段详细资料

      • 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
        另请参阅:
        常量字段值
    • 构造器详细资料

      • ClassEstimates

        public ClassEstimates()