abstract class org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter implements org.joda.time.format.InternalPrinter, org.joda.time.format.InternalParser
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter
  super_class: java.lang.Object
{
  protected final org.joda.time.DateTimeFieldType iFieldType;
    descriptor: Lorg/joda/time/DateTimeFieldType;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int iMaxParsedDigits;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean iSigned;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(org.joda.time.DateTimeFieldType, int, boolean);
    descriptor: (Lorg/joda/time/DateTimeFieldType;IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter this
        start local 1 // org.joda.time.DateTimeFieldType fieldType
        start local 2 // int maxParsedDigits
        start local 3 // boolean signed
         0: .line 1294
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1295
            aload 0 /* this */
            aload 1 /* fieldType */
            putfield org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.iFieldType:Lorg/joda/time/DateTimeFieldType;
         2: .line 1296
            aload 0 /* this */
            iload 2 /* maxParsedDigits */
            putfield org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.iMaxParsedDigits:I
         3: .line 1297
            aload 0 /* this */
            iload 3 /* signed */
            putfield org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.iSigned:Z
         4: .line 1298
            return
        end local 3 // boolean signed
        end local 2 // int maxParsedDigits
        end local 1 // org.joda.time.DateTimeFieldType fieldType
        end local 0 // org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/joda/time/format/DateTimeFormatterBuilder$NumberFormatter;
            0    5     1        fieldType  Lorg/joda/time/DateTimeFieldType;
            0    5     2  maxParsedDigits  I
            0    5     3           signed  Z
    MethodParameters:
                 Name  Flags
      fieldType        
      maxParsedDigits  
      signed           

  public int estimateParsedLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter this
         0: .line 1301
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.iMaxParsedDigits:I
            ireturn
        end local 0 // org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/format/DateTimeFormatterBuilder$NumberFormatter;

  public int parseInto(org.joda.time.format.DateTimeParserBucket, java.lang.CharSequence, int);
    descriptor: (Lorg/joda/time/format/DateTimeParserBucket;Ljava/lang/CharSequence;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter this
        start local 1 // org.joda.time.format.DateTimeParserBucket bucket
        start local 2 // java.lang.CharSequence text
        start local 3 // int position
         0: .line 1305
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.iMaxParsedDigits:I
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            iload 3 /* position */
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* limit */
        start local 4 // int limit
         1: .line 1307
            iconst_0
            istore 5 /* negative */
        start local 5 // boolean negative
         2: .line 1308
            iconst_0
            istore 6 /* positive */
        start local 6 // boolean positive
         3: .line 1309
            iconst_0
            istore 7 /* length */
        start local 7 // int length
         4: .line 1310
            goto 23
         5: .line 1311
      StackMap locals: org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter org.joda.time.format.DateTimeParserBucket java.lang.CharSequence int int int int int
      StackMap stack:
            aload 2 /* text */
            iload 3 /* position */
            iload 7 /* length */
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 8 /* c */
        start local 8 // char c
         6: .line 1312
            iload 7 /* length */
            ifne 20
            iload 8 /* c */
            bipush 45
            if_icmpeq 7
            iload 8 /* c */
            bipush 43
            if_icmpne 20
      StackMap locals: int
      StackMap stack:
         7: aload 0 /* this */
            getfield org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.iSigned:Z
            ifeq 20
         8: .line 1313
            iload 8 /* c */
            bipush 45
            if_icmpne 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 5 /* negative */
        11: .line 1314
            iload 8 /* c */
            bipush 43
            if_icmpne 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 6 /* positive */
        14: .line 1317
            iload 7 /* length */
            iconst_1
            iadd
            iload 4 /* limit */
            if_icmpge 24
        15: .line 1318
            aload 2 /* text */
            iload 3 /* position */
            iload 7 /* length */
            iadd
            iconst_1
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            dup
            istore 8 /* c */
            bipush 48
            if_icmplt 24
            iload 8 /* c */
            bipush 57
            if_icmple 17
        16: .line 1319
            goto 24
        17: .line 1321
      StackMap locals:
      StackMap stack:
            iinc 7 /* length */ 1
        18: .line 1324
            iload 4 /* limit */
            iconst_1
            iadd
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            iload 3 /* position */
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* limit */
        19: .line 1325
            goto 23
        20: .line 1327
      StackMap locals:
      StackMap stack:
            iload 8 /* c */
            bipush 48
            if_icmplt 24
            iload 8 /* c */
            bipush 57
            if_icmple 22
        21: .line 1328
            goto 24
        22: .line 1330
      StackMap locals:
      StackMap stack:
            iinc 7 /* length */ 1
        end local 8 // char c
        23: .line 1310
      StackMap locals:
      StackMap stack:
            iload 7 /* length */
            iload 4 /* limit */
            if_icmplt 5
        24: .line 1333
      StackMap locals:
      StackMap stack:
            iload 7 /* length */
            ifne 26
        25: .line 1334
            iload 3 /* position */
            iconst_m1
            ixor
            ireturn
        26: .line 1338
      StackMap locals:
      StackMap stack:
            iload 7 /* length */
            bipush 9
            if_icmplt 32
        27: .line 1341
            iload 6 /* positive */
            ifeq 30
        28: .line 1342
            aload 2 /* text */
            iload 3 /* position */
            iconst_1
            iadd
            iload 3 /* position */
            iload 7 /* length */
            iadd
            dup
            istore 3 /* position */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 8 /* value */
        start local 8 // int value
        29: .line 1343
            goto 45
        end local 8 // int value
        30: .line 1344
      StackMap locals:
      StackMap stack:
            aload 2 /* text */
            iload 3 /* position */
            iload 3 /* position */
            iload 7 /* length */
            iadd
            dup
            istore 3 /* position */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 8 /* value */
        start local 8 // int value
        31: .line 1347
            goto 45
        end local 8 // int value
        32: .line 1348
      StackMap locals:
      StackMap stack:
            iload 3 /* position */
            istore 9 /* i */
        start local 9 // int i
        33: .line 1349
            iload 5 /* negative */
            ifne 34
            iload 6 /* positive */
            ifeq 35
        34: .line 1350
      StackMap locals: org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter org.joda.time.format.DateTimeParserBucket java.lang.CharSequence int int int int int top int
      StackMap stack:
            iinc 9 /* i */ 1
        35: .line 1353
      StackMap locals:
      StackMap stack:
            aload 2 /* text */
            iload 9 /* i */
            iinc 9 /* i */ 1
            invokeinterface java.lang.CharSequence.charAt:(I)C
            bipush 48
            isub
            istore 8 /* value */
        start local 8 // int value
        36: .line 1354
            goto 39
        end local 8 // int value
      StackMap locals:
      StackMap stack: java.lang.StringIndexOutOfBoundsException
        37: pop
        38: .line 1355
            iload 3 /* position */
            iconst_m1
            ixor
            ireturn
        start local 8 // int value
        39: .line 1357
      StackMap locals: org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter org.joda.time.format.DateTimeParserBucket java.lang.CharSequence int int int int int int int
      StackMap stack:
            iload 3 /* position */
            iload 7 /* length */
            iadd
            istore 3 /* position */
        40: .line 1358
            goto 42
        41: .line 1359
      StackMap locals:
      StackMap stack:
            iload 8 /* value */
            iconst_3
            ishl
            iload 8 /* value */
            iconst_1
            ishl
            iadd
            aload 2 /* text */
            iload 9 /* i */
            iinc 9 /* i */ 1
            invokeinterface java.lang.CharSequence.charAt:(I)C
            iadd
            bipush 48
            isub
            istore 8 /* value */
        42: .line 1358
      StackMap locals:
      StackMap stack:
            iload 9 /* i */
            iload 3 /* position */
            if_icmplt 41
        43: .line 1361
            iload 5 /* negative */
            ifeq 45
        44: .line 1362
            iload 8 /* value */
            ineg
            istore 8 /* value */
        end local 9 // int i
        45: .line 1366
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter.iFieldType:Lorg/joda/time/DateTimeFieldType;
            iload 8 /* value */
            invokevirtual org.joda.time.format.DateTimeParserBucket.saveField:(Lorg/joda/time/DateTimeFieldType;I)V
        46: .line 1367
            iload 3 /* position */
            ireturn
        end local 8 // int value
        end local 7 // int length
        end local 6 // boolean positive
        end local 5 // boolean negative
        end local 4 // int limit
        end local 3 // int position
        end local 2 // java.lang.CharSequence text
        end local 1 // org.joda.time.format.DateTimeParserBucket bucket
        end local 0 // org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   47     0      this  Lorg/joda/time/format/DateTimeFormatterBuilder$NumberFormatter;
            0   47     1    bucket  Lorg/joda/time/format/DateTimeParserBucket;
            0   47     2      text  Ljava/lang/CharSequence;
            0   47     3  position  I
            1   47     4     limit  I
            2   47     5  negative  Z
            3   47     6  positive  Z
            4   47     7    length  I
            6   23     8         c  C
           29   30     8     value  I
           31   32     8     value  I
           36   37     8     value  I
           39   47     8     value  I
           33   45     9         i  I
      Exception table:
        from    to  target  type
          35    36      37  Class java.lang.StringIndexOutOfBoundsException
    MethodParameters:
          Name  Flags
      bucket    
      text      
      position  
}
SourceFile: "DateTimeFormatterBuilder.java"
NestHost: org.joda.time.format.DateTimeFormatterBuilder
InnerClasses:
  abstract NumberFormatter = org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter of org.joda.time.format.DateTimeFormatterBuilder