public abstract class java.text.NumberFormat extends java.text.Format
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.text.NumberFormat
  super_class: java.text.Format
{
  public static final int INTEGER_FIELD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int FRACTION_FIELD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final java.util.Hashtable cachedLocaleData;
    descriptor: Ljava/util/Hashtable;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int NUMBERSTYLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int CURRENCYSTYLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int PERCENTSTYLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int SCIENTIFICSTYLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int INTEGERSTYLE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private boolean groupingUsed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private byte maxIntegerDigits;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte minIntegerDigits;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte maxFractionDigits;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte minFractionDigits;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private boolean parseIntegerOnly;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int maximumIntegerDigits;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int minimumIntegerDigits;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int maximumFractionDigits;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int minimumFractionDigits;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final int currentSerialVersion;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private int serialVersionOnStream;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -2308460125733713944

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 847
            new java.util.Hashtable
            dup
            iconst_3
            invokespecial java.util.Hashtable.<init>:(I)V
            putstatic java.text.NumberFormat.cachedLocaleData:Ljava/util/Hashtable;
         1: .line 1018
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 202
            aload 0 /* this */
            invokespecial java.text.Format.<init>:()V
         1: .line 863
            aload 0 /* this */
            iconst_1
            putfield java.text.NumberFormat.groupingUsed:Z
         2: .line 881
            aload 0 /* this */
            bipush 40
            putfield java.text.NumberFormat.maxIntegerDigits:B
         3: .line 899
            aload 0 /* this */
            iconst_1
            putfield java.text.NumberFormat.minIntegerDigits:B
         4: .line 917
            aload 0 /* this */
            iconst_3
            putfield java.text.NumberFormat.maxFractionDigits:B
         5: .line 935
            aload 0 /* this */
            iconst_0
            putfield java.text.NumberFormat.minFractionDigits:B
         6: .line 943
            aload 0 /* this */
            iconst_0
            putfield java.text.NumberFormat.parseIntegerOnly:Z
         7: .line 956
            aload 0 /* this */
            bipush 40
            putfield java.text.NumberFormat.maximumIntegerDigits:I
         8: .line 967
            aload 0 /* this */
            iconst_1
            putfield java.text.NumberFormat.minimumIntegerDigits:I
         9: .line 978
            aload 0 /* this */
            iconst_3
            putfield java.text.NumberFormat.maximumFractionDigits:I
        10: .line 989
            aload 0 /* this */
            iconst_0
            putfield java.text.NumberFormat.minimumFractionDigits:I
        11: .line 1014
            aload 0 /* this */
            iconst_1
            putfield java.text.NumberFormat.serialVersionOnStream:I
        12: .line 203
            return
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/text/NumberFormat;

  public java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition);
    descriptor: (Ljava/lang/Object;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.text.NumberFormat this
        start local 1 // java.lang.Object number
        start local 2 // java.lang.StringBuffer toAppendTo
        start local 3 // java.text.FieldPosition pos
         0: .line 238
            aload 1 /* number */
            instanceof java.lang.Long
            ifne 5
            aload 1 /* number */
            instanceof java.lang.Integer
            ifne 5
         1: .line 239
            aload 1 /* number */
            instanceof java.lang.Short
            ifne 5
            aload 1 /* number */
            instanceof java.lang.Byte
            ifne 5
         2: .line 240
            aload 1 /* number */
            instanceof java.util.concurrent.atomic.AtomicInteger
            ifne 5
            aload 1 /* number */
            instanceof java.util.concurrent.atomic.AtomicLong
            ifne 5
         3: .line 241
            aload 1 /* number */
            instanceof java.math.BigInteger
            ifeq 6
         4: .line 242
            aload 1 /* number */
            checkcast java.math.BigInteger
            invokevirtual java.math.BigInteger.bitLength:()I
            bipush 64
            if_icmpge 6
         5: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* number */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.longValue:()J
            aload 2 /* toAppendTo */
            aload 3 /* pos */
            invokevirtual java.text.NumberFormat.format:(JLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;
            areturn
         6: .line 244
      StackMap locals:
      StackMap stack:
            aload 1 /* number */
            instanceof java.lang.Number
            ifeq 8
         7: .line 245
            aload 0 /* this */
            aload 1 /* number */
            checkcast java.lang.Number
            invokevirtual java.lang.Number.doubleValue:()D
            aload 2 /* toAppendTo */
            aload 3 /* pos */
            invokevirtual java.text.NumberFormat.format:(DLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;
            areturn
         8: .line 247
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot format given Object as a Number"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.text.FieldPosition pos
        end local 2 // java.lang.StringBuffer toAppendTo
        end local 1 // java.lang.Object number
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljava/text/NumberFormat;
            0    9     1      number  Ljava/lang/Object;
            0    9     2  toAppendTo  Ljava/lang/StringBuffer;
            0    9     3         pos  Ljava/text/FieldPosition;
    MethodParameters:
            Name  Flags
      number      
      toAppendTo  
      pos         

  public final java.lang.Object parseObject(java.lang.String, java.text.ParsePosition);
    descriptor: (Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.text.NumberFormat this
        start local 1 // java.lang.String source
        start local 2 // java.text.ParsePosition pos
         0: .line 276
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* pos */
            invokevirtual java.text.NumberFormat.parse:(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Number;
            areturn
        end local 2 // java.text.ParsePosition pos
        end local 1 // java.lang.String source
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/text/NumberFormat;
            0    1     1  source  Ljava/lang/String;
            0    1     2     pos  Ljava/text/ParsePosition;
    MethodParameters:
        Name  Flags
      source  
      pos     

  public final java.lang.String format(double);
    descriptor: (D)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // double number
         0: .line 286
            aload 0 /* this */
            dload 1 /* number */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
         1: .line 287
            getstatic java.text.DontCareFieldPosition.INSTANCE:Ljava/text/FieldPosition;
         2: .line 286
            invokevirtual java.text.NumberFormat.format:(DLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;
         3: .line 287
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
         4: .line 286
            areturn
        end local 1 // double number
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljava/text/NumberFormat;
            0    5     1  number  D
    MethodParameters:
        Name  Flags
      number  

  public final java.lang.String format(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // long number
         0: .line 297
            aload 0 /* this */
            lload 1 /* number */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
         1: .line 298
            getstatic java.text.DontCareFieldPosition.INSTANCE:Ljava/text/FieldPosition;
         2: .line 297
            invokevirtual java.text.NumberFormat.format:(JLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;
         3: .line 298
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
         4: .line 297
            areturn
        end local 1 // long number
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljava/text/NumberFormat;
            0    5     1  number  J
    MethodParameters:
        Name  Flags
      number  

  public abstract java.lang.StringBuffer format(double, java.lang.StringBuffer, java.text.FieldPosition);
    descriptor: (DLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      number      
      toAppendTo  
      pos         

  public abstract java.lang.StringBuffer format(long, java.lang.StringBuffer, java.text.FieldPosition);
    descriptor: (JLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      number      
      toAppendTo  
      pos         

  public abstract java.lang.Number parse(java.lang.String, java.text.ParsePosition);
    descriptor: (Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Number;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      source         
      parsePosition  

  public java.lang.Number parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // java.lang.String source
         0: .line 347
            new java.text.ParsePosition
            dup
            iconst_0
            invokespecial java.text.ParsePosition.<init>:(I)V
            astore 2 /* parsePosition */
        start local 2 // java.text.ParsePosition parsePosition
         1: .line 348
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* parsePosition */
            invokevirtual java.text.NumberFormat.parse:(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Number;
            astore 3 /* result */
        start local 3 // java.lang.Number result
         2: .line 349
            aload 2 /* parsePosition */
            getfield java.text.ParsePosition.index:I
            ifne 6
         3: .line 350
            new java.text.ParseException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unparseable number: \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* source */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 351
            aload 2 /* parsePosition */
            getfield java.text.ParsePosition.errorIndex:I
         5: .line 350
            invokespecial java.text.ParseException.<init>:(Ljava/lang/String;I)V
            athrow
         6: .line 353
      StackMap locals: java.text.ParsePosition java.lang.Number
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Number result
        end local 2 // java.text.ParsePosition parsePosition
        end local 1 // java.lang.String source
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Ljava/text/NumberFormat;
            0    7     1         source  Ljava/lang/String;
            1    7     2  parsePosition  Ljava/text/ParsePosition;
            2    7     3         result  Ljava/lang/Number;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
        Name  Flags
      source  

  public boolean isParseIntegerOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 365
            aload 0 /* this */
            getfield java.text.NumberFormat.parseIntegerOnly:Z
            ireturn
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setParseIntegerOnly(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // boolean value
         0: .line 373
            aload 0 /* this */
            iload 1 /* value */
            putfield java.text.NumberFormat.parseIntegerOnly:Z
         1: .line 374
            return
        end local 1 // boolean value
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/text/NumberFormat;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public static final java.text.NumberFormat getInstance();
    descriptor: ()Ljava/text/NumberFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=0, args_size=0
         0: .line 384
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            iconst_0
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.text.NumberFormat getInstance(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/text/NumberFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Locale inLocale
         0: .line 393
            aload 0 /* inLocale */
            iconst_0
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
        end local 0 // java.util.Locale inLocale
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  inLocale  Ljava/util/Locale;
    MethodParameters:
          Name  Flags
      inLocale  

  public static final java.text.NumberFormat getNumberInstance();
    descriptor: ()Ljava/text/NumberFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=0, args_size=0
         0: .line 400
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            iconst_0
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.text.NumberFormat getNumberInstance(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/text/NumberFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Locale inLocale
         0: .line 407
            aload 0 /* inLocale */
            iconst_0
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
        end local 0 // java.util.Locale inLocale
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  inLocale  Ljava/util/Locale;
    MethodParameters:
          Name  Flags
      inLocale  

  public static final java.text.NumberFormat getIntegerInstance();
    descriptor: ()Ljava/text/NumberFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=0, args_size=0
         0: .line 423
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            iconst_4
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.text.NumberFormat getIntegerInstance(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/text/NumberFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Locale inLocale
         0: .line 439
            aload 0 /* inLocale */
            iconst_4
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
        end local 0 // java.util.Locale inLocale
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  inLocale  Ljava/util/Locale;
    MethodParameters:
          Name  Flags
      inLocale  

  public static final java.text.NumberFormat getCurrencyInstance();
    descriptor: ()Ljava/text/NumberFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=0, args_size=0
         0: .line 446
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            iconst_1
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.text.NumberFormat getCurrencyInstance(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/text/NumberFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Locale inLocale
         0: .line 453
            aload 0 /* inLocale */
            iconst_1
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
        end local 0 // java.util.Locale inLocale
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  inLocale  Ljava/util/Locale;
    MethodParameters:
          Name  Flags
      inLocale  

  public static final java.text.NumberFormat getPercentInstance();
    descriptor: ()Ljava/text/NumberFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=0, args_size=0
         0: .line 460
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            iconst_2
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.text.NumberFormat getPercentInstance(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/text/NumberFormat;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Locale inLocale
         0: .line 467
            aload 0 /* inLocale */
            iconst_2
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
        end local 0 // java.util.Locale inLocale
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  inLocale  Ljava/util/Locale;
    MethodParameters:
          Name  Flags
      inLocale  

  static final java.text.NumberFormat getScientificInstance();
    descriptor: ()Ljava/text/NumberFormat;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=0, args_size=0
         0: .line 474
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            iconst_3
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.text.NumberFormat getScientificInstance(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/text/NumberFormat;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Locale inLocale
         0: .line 481
            aload 0 /* inLocale */
            iconst_3
            invokestatic java.text.NumberFormat.getInstance:(Ljava/util/Locale;I)Ljava/text/NumberFormat;
            areturn
        end local 0 // java.util.Locale inLocale
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  inLocale  Ljava/util/Locale;
    MethodParameters:
          Name  Flags
      inLocale  

  public static java.util.Locale[] getAvailableLocales();
    descriptor: ()[Ljava/util/Locale;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 499
            ldc Ljava/text/spi/NumberFormatProvider;
            invokestatic sun.util.LocaleServiceProviderPool.getPool:(Ljava/lang/Class;)Lsun/util/LocaleServiceProviderPool;
         1: .line 498
            astore 0 /* pool */
        start local 0 // sun.util.LocaleServiceProviderPool pool
         2: .line 500
            aload 0 /* pool */
            invokevirtual sun.util.LocaleServiceProviderPool.getAvailableLocales:()[Ljava/util/Locale;
            areturn
        end local 0 // sun.util.LocaleServiceProviderPool pool
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    3     0  pool  Lsun/util/LocaleServiceProviderPool;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 507
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            bipush 37
            imul
            aload 0 /* this */
            getfield java.text.NumberFormat.maxFractionDigits:B
            iadd
            ireturn
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // java.lang.Object obj
         0: .line 515
            aload 1 /* obj */
            ifnonnull 2
         1: .line 516
            iconst_0
            ireturn
         2: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 4
         3: .line 519
            iconst_1
            ireturn
         4: .line 521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 522
            iconst_0
            ireturn
         6: .line 524
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast java.text.NumberFormat
            astore 2 /* other */
        start local 2 // java.text.NumberFormat other
         7: .line 525
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            aload 2 /* other */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            if_icmpne 14
         8: .line 526
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            aload 2 /* other */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            if_icmpne 14
         9: .line 527
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            aload 2 /* other */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            if_icmpne 14
        10: .line 528
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            aload 2 /* other */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            if_icmpne 14
        11: .line 529
            aload 0 /* this */
            getfield java.text.NumberFormat.groupingUsed:Z
            aload 2 /* other */
            getfield java.text.NumberFormat.groupingUsed:Z
            if_icmpne 14
        12: .line 530
            aload 0 /* this */
            getfield java.text.NumberFormat.parseIntegerOnly:Z
            aload 2 /* other */
            getfield java.text.NumberFormat.parseIntegerOnly:Z
            if_icmpne 14
        13: .line 525
            iconst_1
            ireturn
      StackMap locals: java.text.NumberFormat
      StackMap stack:
        14: iconst_0
            ireturn
        end local 2 // java.text.NumberFormat other
        end local 1 // java.lang.Object obj
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Ljava/text/NumberFormat;
            0   15     1    obj  Ljava/lang/Object;
            7   15     2  other  Ljava/text/NumberFormat;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 537
            aload 0 /* this */
            invokespecial java.text.Format.clone:()Ljava/lang/Object;
            checkcast java.text.NumberFormat
            astore 1 /* other */
        start local 1 // java.text.NumberFormat other
         1: .line 538
            aload 1 /* other */
            areturn
        end local 1 // java.text.NumberFormat other
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/text/NumberFormat;
            1    2     1  other  Ljava/text/NumberFormat;

  public boolean isGroupingUsed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 549
            aload 0 /* this */
            getfield java.text.NumberFormat.groupingUsed:Z
            ireturn
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setGroupingUsed(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // boolean newValue
         0: .line 557
            aload 0 /* this */
            iload 1 /* newValue */
            putfield java.text.NumberFormat.groupingUsed:Z
         1: .line 558
            return
        end local 1 // boolean newValue
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/text/NumberFormat;
            0    2     1  newValue  Z
    MethodParameters:
          Name  Flags
      newValue  

  public int getMaximumIntegerDigits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 566
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            ireturn
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setMaximumIntegerDigits(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // int newValue
         0: .line 581
            aload 0 /* this */
            iconst_0
            iload 1 /* newValue */
            invokestatic java.lang.Math.max:(II)I
            putfield java.text.NumberFormat.maximumIntegerDigits:I
         1: .line 582
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            if_icmple 3
         2: .line 583
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            putfield java.text.NumberFormat.minimumIntegerDigits:I
         3: .line 585
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newValue
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljava/text/NumberFormat;
            0    4     1  newValue  I
    MethodParameters:
          Name  Flags
      newValue  

  public int getMinimumIntegerDigits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 593
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            ireturn
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setMinimumIntegerDigits(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // int newValue
         0: .line 608
            aload 0 /* this */
            iconst_0
            iload 1 /* newValue */
            invokestatic java.lang.Math.max:(II)I
            putfield java.text.NumberFormat.minimumIntegerDigits:I
         1: .line 609
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            if_icmple 3
         2: .line 610
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            putfield java.text.NumberFormat.maximumIntegerDigits:I
         3: .line 612
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newValue
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljava/text/NumberFormat;
            0    4     1  newValue  I
    MethodParameters:
          Name  Flags
      newValue  

  public int getMaximumFractionDigits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 620
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            ireturn
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setMaximumFractionDigits(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // int newValue
         0: .line 635
            aload 0 /* this */
            iconst_0
            iload 1 /* newValue */
            invokestatic java.lang.Math.max:(II)I
            putfield java.text.NumberFormat.maximumFractionDigits:I
         1: .line 636
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            if_icmpge 3
         2: .line 637
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            putfield java.text.NumberFormat.minimumFractionDigits:I
         3: .line 639
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newValue
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljava/text/NumberFormat;
            0    4     1  newValue  I
    MethodParameters:
          Name  Flags
      newValue  

  public int getMinimumFractionDigits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 647
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            ireturn
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setMinimumFractionDigits(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // int newValue
         0: .line 662
            aload 0 /* this */
            iconst_0
            iload 1 /* newValue */
            invokestatic java.lang.Math.max:(II)I
            putfield java.text.NumberFormat.minimumFractionDigits:I
         1: .line 663
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            if_icmpge 3
         2: .line 664
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            putfield java.text.NumberFormat.maximumFractionDigits:I
         3: .line 666
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newValue
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljava/text/NumberFormat;
            0    4     1  newValue  I
    MethodParameters:
          Name  Flags
      newValue  

  public java.util.Currency getCurrency();
    descriptor: ()Ljava/util/Currency;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 684
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setCurrency(java.util.Currency);
    descriptor: (Ljava/util/Currency;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // java.util.Currency currency
         0: .line 702
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Currency currency
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljava/text/NumberFormat;
            0    1     1  currency  Ljava/util/Currency;
    MethodParameters:
          Name  Flags
      currency  

  public java.math.RoundingMode getRoundingMode();
    descriptor: ()Ljava/math/RoundingMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.NumberFormat this
         0: .line 719
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/NumberFormat;

  public void setRoundingMode(java.math.RoundingMode);
    descriptor: (Ljava/math/RoundingMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // java.math.RoundingMode roundingMode
         0: .line 737
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.math.RoundingMode roundingMode
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljava/text/NumberFormat;
            0    1     1  roundingMode  Ljava/math/RoundingMode;
    MethodParameters:
              Name  Flags
      roundingMode  

  private static java.text.NumberFormat getInstance(java.util.Locale, int);
    descriptor: (Ljava/util/Locale;I)Ljava/text/NumberFormat;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // java.util.Locale desiredLocale
        start local 1 // int choice
         0: .line 747
            ldc Ljava/text/spi/NumberFormatProvider;
            invokestatic sun.util.LocaleServiceProviderPool.getPool:(Ljava/lang/Class;)Lsun/util/LocaleServiceProviderPool;
         1: .line 746
            astore 2 /* pool */
        start local 2 // sun.util.LocaleServiceProviderPool pool
         2: .line 748
            aload 2 /* pool */
            invokevirtual sun.util.LocaleServiceProviderPool.hasProviders:()Z
            ifeq 10
         3: .line 749
            aload 2 /* pool */
         4: .line 750
            getstatic java.text.NumberFormat$NumberFormatGetter.INSTANCE:Ljava/text/NumberFormat$NumberFormatGetter;
         5: .line 751
            aload 0 /* desiredLocale */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         6: .line 752
            iload 1 /* choice */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         7: .line 749
            invokevirtual sun.util.LocaleServiceProviderPool.getLocalizedObject:(Lsun/util/LocaleServiceProviderPool$LocalizedObjectGetter;Ljava/util/Locale;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.text.NumberFormat
            astore 3 /* providersInstance */
        start local 3 // java.text.NumberFormat providersInstance
         8: .line 753
            aload 3 /* providersInstance */
            ifnull 10
         9: .line 754
            aload 3 /* providersInstance */
            areturn
        end local 3 // java.text.NumberFormat providersInstance
        10: .line 759
      StackMap locals: sun.util.LocaleServiceProviderPool
      StackMap stack:
            getstatic java.text.NumberFormat.cachedLocaleData:Ljava/util/Hashtable;
            aload 0 /* desiredLocale */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 3 /* numberPatterns */
        start local 3 // java.lang.String[] numberPatterns
        11: .line 760
            aload 3 /* numberPatterns */
            ifnonnull 15
        12: .line 761
            aload 0 /* desiredLocale */
            invokestatic sun.util.resources.LocaleData.getNumberFormatData:(Ljava/util/Locale;)Ljava/util/ResourceBundle;
            astore 4 /* resource */
        start local 4 // java.util.ResourceBundle resource
        13: .line 762
            aload 4 /* resource */
            ldc "NumberPatterns"
            invokevirtual java.util.ResourceBundle.getStringArray:(Ljava/lang/String;)[Ljava/lang/String;
            astore 3 /* numberPatterns */
        14: .line 764
            getstatic java.text.NumberFormat.cachedLocaleData:Ljava/util/Hashtable;
            aload 0 /* desiredLocale */
            aload 3 /* numberPatterns */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // java.util.ResourceBundle resource
        15: .line 767
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 0 /* desiredLocale */
            invokestatic java.text.DecimalFormatSymbols.getInstance:(Ljava/util/Locale;)Ljava/text/DecimalFormatSymbols;
            astore 4 /* symbols */
        start local 4 // java.text.DecimalFormatSymbols symbols
        16: .line 768
            iload 1 /* choice */
            iconst_4
            if_icmpne 17
            iconst_0
            goto 18
      StackMap locals: java.text.DecimalFormatSymbols
      StackMap stack:
        17: iload 1 /* choice */
      StackMap locals:
      StackMap stack: int
        18: istore 5 /* entry */
        start local 5 // int entry
        19: .line 769
            new java.text.DecimalFormat
            dup
            aload 3 /* numberPatterns */
            iload 5 /* entry */
            aaload
            aload 4 /* symbols */
            invokespecial java.text.DecimalFormat.<init>:(Ljava/lang/String;Ljava/text/DecimalFormatSymbols;)V
            astore 6 /* format */
        start local 6 // java.text.DecimalFormat format
        20: .line 771
            iload 1 /* choice */
            iconst_4
            if_icmpne 25
        21: .line 772
            aload 6 /* format */
            iconst_0
            invokevirtual java.text.DecimalFormat.setMaximumFractionDigits:(I)V
        22: .line 773
            aload 6 /* format */
            iconst_0
            invokevirtual java.text.DecimalFormat.setDecimalSeparatorAlwaysShown:(Z)V
        23: .line 774
            aload 6 /* format */
            iconst_1
            invokevirtual java.text.DecimalFormat.setParseIntegerOnly:(Z)V
        24: .line 775
            goto 27
      StackMap locals: int java.text.DecimalFormat
      StackMap stack:
        25: iload 1 /* choice */
            iconst_1
            if_icmpne 27
        26: .line 776
            aload 6 /* format */
            invokevirtual java.text.DecimalFormat.adjustForCurrencyDefaultFractionDigits:()V
        27: .line 779
      StackMap locals:
      StackMap stack:
            aload 6 /* format */
            areturn
        end local 6 // java.text.DecimalFormat format
        end local 5 // int entry
        end local 4 // java.text.DecimalFormatSymbols symbols
        end local 3 // java.lang.String[] numberPatterns
        end local 2 // sun.util.LocaleServiceProviderPool pool
        end local 1 // int choice
        end local 0 // java.util.Locale desiredLocale
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   28     0      desiredLocale  Ljava/util/Locale;
            0   28     1             choice  I
            2   28     2               pool  Lsun/util/LocaleServiceProviderPool;
            8   10     3  providersInstance  Ljava/text/NumberFormat;
           11   28     3     numberPatterns  [Ljava/lang/String;
           13   15     4           resource  Ljava/util/ResourceBundle;
           16   28     4            symbols  Ljava/text/DecimalFormatSymbols;
           19   28     5              entry  I
           20   28     6             format  Ljava/text/DecimalFormat;
    MethodParameters:
               Name  Flags
      desiredLocale  
      choice         

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // java.io.ObjectInputStream stream
         0: .line 805
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 806
            aload 0 /* this */
            getfield java.text.NumberFormat.serialVersionOnStream:I
            iconst_1
            if_icmpge 6
         2: .line 808
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.maxIntegerDigits:B
            putfield java.text.NumberFormat.maximumIntegerDigits:I
         3: .line 809
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.minIntegerDigits:B
            putfield java.text.NumberFormat.minimumIntegerDigits:I
         4: .line 810
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.maxFractionDigits:B
            putfield java.text.NumberFormat.maximumFractionDigits:I
         5: .line 811
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.minFractionDigits:B
            putfield java.text.NumberFormat.minimumFractionDigits:I
         6: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            if_icmpgt 9
         7: .line 814
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            if_icmpgt 9
         8: .line 815
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            iflt 9
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            ifge 10
         9: .line 816
      StackMap locals:
      StackMap stack:
            new java.io.InvalidObjectException
            dup
            ldc "Digit count range invalid"
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.text.NumberFormat.serialVersionOnStream:I
        11: .line 819
            return
        end local 1 // java.io.ObjectInputStream stream
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljava/text/NumberFormat;
            0   12     1  stream  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
        Name  Flags
      stream  

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.NumberFormat this
        start local 1 // java.io.ObjectOutputStream stream
         0: .line 833
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            bipush 127
            if_icmple 2
         1: .line 834
            bipush 127
            goto 3
      StackMap locals:
      StackMap stack: java.text.NumberFormat
         2: aload 0 /* this */
            getfield java.text.NumberFormat.maximumIntegerDigits:I
            i2b
         3: .line 833
      StackMap locals: java.text.NumberFormat java.io.ObjectOutputStream
      StackMap stack: java.text.NumberFormat int
            putfield java.text.NumberFormat.maxIntegerDigits:B
         4: .line 835
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            bipush 127
            if_icmple 6
         5: .line 836
            bipush 127
            goto 7
      StackMap locals:
      StackMap stack: java.text.NumberFormat
         6: aload 0 /* this */
            getfield java.text.NumberFormat.minimumIntegerDigits:I
            i2b
         7: .line 835
      StackMap locals: java.text.NumberFormat java.io.ObjectOutputStream
      StackMap stack: java.text.NumberFormat int
            putfield java.text.NumberFormat.minIntegerDigits:B
         8: .line 837
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            bipush 127
            if_icmple 10
         9: .line 838
            bipush 127
            goto 11
      StackMap locals:
      StackMap stack: java.text.NumberFormat
        10: aload 0 /* this */
            getfield java.text.NumberFormat.maximumFractionDigits:I
            i2b
        11: .line 837
      StackMap locals: java.text.NumberFormat java.io.ObjectOutputStream
      StackMap stack: java.text.NumberFormat int
            putfield java.text.NumberFormat.maxFractionDigits:B
        12: .line 839
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            bipush 127
            if_icmple 14
        13: .line 840
            bipush 127
            goto 15
      StackMap locals:
      StackMap stack: java.text.NumberFormat
        14: aload 0 /* this */
            getfield java.text.NumberFormat.minimumFractionDigits:I
            i2b
        15: .line 839
      StackMap locals: java.text.NumberFormat java.io.ObjectOutputStream
      StackMap stack: java.text.NumberFormat int
            putfield java.text.NumberFormat.minFractionDigits:B
        16: .line 841
            aload 1 /* stream */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
        17: .line 842
            return
        end local 1 // java.io.ObjectOutputStream stream
        end local 0 // java.text.NumberFormat this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Ljava/text/NumberFormat;
            0   18     1  stream  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      stream  
}
SourceFile: "NumberFormat.java"
NestMembers:
  java.text.NumberFormat$Field  java.text.NumberFormat$NumberFormatGetter
InnerClasses:
  public Field = java.text.NumberFormat$Field of java.text.NumberFormat
  private NumberFormatGetter = java.text.NumberFormat$NumberFormatGetter of java.text.NumberFormat
  public abstract LocalizedObjectGetter = sun.util.LocaleServiceProviderPool$LocalizedObjectGetter of sun.util.LocaleServiceProviderPool