class org.joda.time.format.DateTimeFormatterBuilder$FixedNumber extends org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joda.time.format.DateTimeFormatterBuilder$FixedNumber
  super_class: org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber
{
  protected void <init>(org.joda.time.DateTimeFieldType, int, boolean);
    descriptor: (Lorg/joda/time/DateTimeFieldType;IZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.joda.time.format.DateTimeFormatterBuilder$FixedNumber this
        start local 1 // org.joda.time.DateTimeFieldType fieldType
        start local 2 // int numDigits
        start local 3 // boolean signed
         0: .line 1452
            aload 0 /* this */
            aload 1 /* fieldType */
            iload 2 /* numDigits */
            iload 3 /* signed */
            iload 2 /* numDigits */
            invokespecial org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber.<init>:(Lorg/joda/time/DateTimeFieldType;IZI)V
         1: .line 1453
            return
        end local 3 // boolean signed
        end local 2 // int numDigits
        end local 1 // org.joda.time.DateTimeFieldType fieldType
        end local 0 // org.joda.time.format.DateTimeFormatterBuilder$FixedNumber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/joda/time/format/DateTimeFormatterBuilder$FixedNumber;
            0    2     1  fieldType  Lorg/joda/time/DateTimeFieldType;
            0    2     2  numDigits  I
            0    2     3     signed  Z
    MethodParameters:
           Name  Flags
      fieldType  
      numDigits  
      signed     

  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=7, args_size=4
        start local 0 // org.joda.time.format.DateTimeFormatterBuilder$FixedNumber this
        start local 1 // org.joda.time.format.DateTimeParserBucket bucket
        start local 2 // java.lang.CharSequence text
        start local 3 // int position
         0: .line 1457
            aload 0 /* this */
            aload 1 /* bucket */
            aload 2 /* text */
            iload 3 /* position */
            invokespecial org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber.parseInto:(Lorg/joda/time/format/DateTimeParserBucket;Ljava/lang/CharSequence;I)I
            istore 4 /* newPos */
        start local 4 // int newPos
         1: .line 1458
            iload 4 /* newPos */
            ifge 3
         2: .line 1459
            iload 4 /* newPos */
            ireturn
         3: .line 1461
      StackMap locals: int
      StackMap stack:
            iload 3 /* position */
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeFormatterBuilder$FixedNumber.iMaxParsedDigits:I
            iadd
            istore 5 /* expectedPos */
        start local 5 // int expectedPos
         4: .line 1462
            iload 4 /* newPos */
            iload 5 /* expectedPos */
            if_icmpeq 13
         5: .line 1463
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeFormatterBuilder$FixedNumber.iSigned:Z
            ifeq 9
         6: .line 1464
            aload 2 /* text */
            iload 3 /* position */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 6 /* c */
        start local 6 // char c
         7: .line 1465
            iload 6 /* c */
            bipush 45
            if_icmpeq 8
            iload 6 /* c */
            bipush 43
            if_icmpne 9
         8: .line 1466
      StackMap locals: int int
      StackMap stack:
            iinc 5 /* expectedPos */ 1
        end local 6 // char c
         9: .line 1469
      StackMap locals:
      StackMap stack:
            iload 4 /* newPos */
            iload 5 /* expectedPos */
            if_icmple 11
        10: .line 1471
            iload 5 /* expectedPos */
            iconst_1
            iadd
            iconst_m1
            ixor
            ireturn
        11: .line 1472
      StackMap locals:
      StackMap stack:
            iload 4 /* newPos */
            iload 5 /* expectedPos */
            if_icmpge 13
        12: .line 1474
            iload 4 /* newPos */
            iconst_m1
            ixor
            ireturn
        13: .line 1477
      StackMap locals:
      StackMap stack:
            iload 4 /* newPos */
            ireturn
        end local 5 // int expectedPos
        end local 4 // int newPos
        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$FixedNumber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lorg/joda/time/format/DateTimeFormatterBuilder$FixedNumber;
            0   14     1       bucket  Lorg/joda/time/format/DateTimeParserBucket;
            0   14     2         text  Ljava/lang/CharSequence;
            0   14     3     position  I
            1   14     4       newPos  I
            4   14     5  expectedPos  I
            7    9     6            c  C
    MethodParameters:
          Name  Flags
      bucket    
      text      
      position  
}
SourceFile: "DateTimeFormatterBuilder.java"
NestHost: org.joda.time.format.DateTimeFormatterBuilder
InnerClasses:
  FixedNumber = org.joda.time.format.DateTimeFormatterBuilder$FixedNumber of org.joda.time.format.DateTimeFormatterBuilder
  PaddedNumber = org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber of org.joda.time.format.DateTimeFormatterBuilder