abstract class org.joda.time.chrono.BasicGJChronology extends org.joda.time.chrono.BasicChronology
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.joda.time.chrono.BasicGJChronology
  super_class: org.joda.time.chrono.BasicChronology
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 538276888268

  private static final int[] MIN_DAYS_PER_MONTH_ARRAY;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] MAX_DAYS_PER_MONTH_ARRAY;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] MIN_TOTAL_MILLIS_BY_MONTH_ARRAY;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] MAX_TOTAL_MILLIS_BY_MONTH_ARRAY;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long FEB_29;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5097600000

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=7, args_size=0
         0: .line 42
            bipush 12
            newarray 10
            dup
            iconst_0
         1: .line 43
            bipush 31
            iastore
            dup
            iconst_1
            bipush 28
            iastore
            dup
            iconst_2
            bipush 31
            iastore
            dup
            iconst_3
            bipush 30
            iastore
            dup
            iconst_4
            bipush 31
            iastore
            dup
            iconst_5
            bipush 30
            iastore
            dup
            bipush 6
            bipush 31
            iastore
            dup
            bipush 7
            bipush 31
            iastore
            dup
            bipush 8
            bipush 30
            iastore
            dup
            bipush 9
            bipush 31
            iastore
            dup
            bipush 10
            bipush 30
            iastore
            dup
            bipush 11
            bipush 31
            iastore
         2: .line 42
            putstatic org.joda.time.chrono.BasicGJChronology.MIN_DAYS_PER_MONTH_ARRAY:[I
         3: .line 45
            bipush 12
            newarray 10
            dup
            iconst_0
         4: .line 46
            bipush 31
            iastore
            dup
            iconst_1
            bipush 29
            iastore
            dup
            iconst_2
            bipush 31
            iastore
            dup
            iconst_3
            bipush 30
            iastore
            dup
            iconst_4
            bipush 31
            iastore
            dup
            iconst_5
            bipush 30
            iastore
            dup
            bipush 6
            bipush 31
            iastore
            dup
            bipush 7
            bipush 31
            iastore
            dup
            bipush 8
            bipush 30
            iastore
            dup
            bipush 9
            bipush 31
            iastore
            dup
            bipush 10
            bipush 30
            iastore
            dup
            bipush 11
            bipush 31
            iastore
         5: .line 45
            putstatic org.joda.time.chrono.BasicGJChronology.MAX_DAYS_PER_MONTH_ARRAY:[I
         6: .line 53
            bipush 12
            newarray 11
            putstatic org.joda.time.chrono.BasicGJChronology.MIN_TOTAL_MILLIS_BY_MONTH_ARRAY:[J
         7: .line 54
            bipush 12
            newarray 11
            putstatic org.joda.time.chrono.BasicGJChronology.MAX_TOTAL_MILLIS_BY_MONTH_ARRAY:[J
         8: .line 56
            lconst_0
            lstore 0 /* minSum */
        start local 0 // long minSum
         9: .line 57
            lconst_0
            lstore 2 /* maxSum */
        start local 2 // long maxSum
        10: .line 58
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: goto 23
        12: .line 59
      StackMap locals: long long int
      StackMap stack:
            getstatic org.joda.time.chrono.BasicGJChronology.MIN_DAYS_PER_MONTH_ARRAY:[I
            iload 4 /* i */
            iaload
            i2l
        13: .line 60
            ldc 86400000
        14: .line 59
            lmul
            lstore 5 /* millis */
        start local 5 // long millis
        15: .line 61
            lload 0 /* minSum */
            lload 5 /* millis */
            ladd
            lstore 0 /* minSum */
        16: .line 62
            getstatic org.joda.time.chrono.BasicGJChronology.MIN_TOTAL_MILLIS_BY_MONTH_ARRAY:[J
            iload 4 /* i */
            iconst_1
            iadd
            lload 0 /* minSum */
            lastore
        17: .line 64
            getstatic org.joda.time.chrono.BasicGJChronology.MAX_DAYS_PER_MONTH_ARRAY:[I
            iload 4 /* i */
            iaload
            i2l
        18: .line 65
            ldc 86400000
        19: .line 64
            lmul
            lstore 5 /* millis */
        20: .line 66
            lload 2 /* maxSum */
            lload 5 /* millis */
            ladd
            lstore 2 /* maxSum */
        21: .line 67
            getstatic org.joda.time.chrono.BasicGJChronology.MAX_TOTAL_MILLIS_BY_MONTH_ARRAY:[J
            iload 4 /* i */
            iconst_1
            iadd
            lload 2 /* maxSum */
            lastore
        end local 5 // long millis
        22: .line 58
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 4 /* i */
            bipush 11
            if_icmplt 12
        end local 4 // int i
        end local 2 // long maxSum
        end local 0 // long minSum
        24: .line 69
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            9   24     0  minSum  J
           10   24     2  maxSum  J
           11   24     4       i  I
           15   22     5  millis  J

  void <init>(org.joda.time.Chronology, java.lang.Object, int);
    descriptor: (Lorg/joda/time/Chronology;Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // org.joda.time.Chronology base
        start local 2 // java.lang.Object param
        start local 3 // int minDaysInFirstWeek
         0: .line 75
            aload 0 /* this */
            aload 1 /* base */
            aload 2 /* param */
            iload 3 /* minDaysInFirstWeek */
            invokespecial org.joda.time.chrono.BasicChronology.<init>:(Lorg/joda/time/Chronology;Ljava/lang/Object;I)V
         1: .line 76
            return
        end local 3 // int minDaysInFirstWeek
        end local 2 // java.lang.Object param
        end local 1 // org.joda.time.Chronology base
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/joda/time/chrono/BasicGJChronology;
            0    2     1                base  Lorg/joda/time/Chronology;
            0    2     2               param  Ljava/lang/Object;
            0    2     3  minDaysInFirstWeek  I
    MethodParameters:
                    Name  Flags
      base                
      param               
      minDaysInFirstWeek  

  boolean isLeapDay(long);
    descriptor: (J)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // long instant
         0: .line 81
            aload 0 /* this */
            invokevirtual org.joda.time.chrono.BasicGJChronology.dayOfMonth:()Lorg/joda/time/DateTimeField;
            lload 1 /* instant */
            invokevirtual org.joda.time.DateTimeField.get:(J)I
            bipush 29
            if_icmpne 1
            aload 0 /* this */
            invokevirtual org.joda.time.chrono.BasicGJChronology.monthOfYear:()Lorg/joda/time/DateTimeField;
            lload 1 /* instant */
            invokevirtual org.joda.time.DateTimeField.isLeap:(J)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long instant
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/joda/time/chrono/BasicGJChronology;
            0    2     1  instant  J
    MethodParameters:
         Name  Flags
      instant  

  int getMonthOfYear(long, int);
    descriptor: (JI)I
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // long millis
        start local 3 // int year
         0: .line 93
            lload 1 /* millis */
            aload 0 /* this */
            iload 3 /* year */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getYearMillis:(I)J
            lsub
            bipush 10
            lshr
            l2i
            istore 4 /* i */
        start local 4 // int i
         1: .line 99
            aload 0 /* this */
            iload 3 /* year */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifeq 17
         2: .line 100
            iload 4 /* i */
            ldc 15356250
            if_icmpge 10
         3: .line 101
            iload 4 /* i */
            ldc 7678125
            if_icmpge 7
         4: .line 102
            iload 4 /* i */
            ldc 2615625
            if_icmpge 5
            iconst_1
            goto 32
      StackMap locals: int
      StackMap stack:
         5: iload 4 /* i */
            ldc 5062500
            if_icmpge 6
            iconst_2
            goto 32
      StackMap locals:
      StackMap stack:
         6: iconst_3
            goto 32
         7: .line 103
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ldc 10209375
            if_icmpge 8
            iconst_4
            goto 32
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            ldc 12825000
            if_icmpge 9
            iconst_5
            goto 32
      StackMap locals:
      StackMap stack:
         9: bipush 6
            goto 32
        10: .line 104
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ldc 23118750
            if_icmpge 14
        11: .line 105
            iload 4 /* i */
            ldc 17971875
            if_icmpge 12
            bipush 7
            goto 32
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            ldc 20587500
            if_icmpge 13
            bipush 8
            goto 32
      StackMap locals:
      StackMap stack:
        13: bipush 9
            goto 32
        14: .line 106
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ldc 25734375
            if_icmpge 15
            bipush 10
            goto 32
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            ldc 28265625
            if_icmpge 16
            bipush 11
            goto 32
      StackMap locals:
      StackMap stack:
        16: bipush 12
            goto 32
        17: .line 107
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ldc 15271875
            if_icmpge 25
        18: .line 108
            iload 4 /* i */
            ldc 7593750
            if_icmpge 22
        19: .line 109
            iload 4 /* i */
            ldc 2615625
            if_icmpge 20
            iconst_1
            goto 32
      StackMap locals:
      StackMap stack:
        20: iload 4 /* i */
            ldc 4978125
            if_icmpge 21
            iconst_2
            goto 32
      StackMap locals:
      StackMap stack:
        21: iconst_3
            goto 32
        22: .line 110
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ldc 10125000
            if_icmpge 23
            iconst_4
            goto 32
      StackMap locals:
      StackMap stack:
        23: iload 4 /* i */
            ldc 12740625
            if_icmpge 24
            iconst_5
            goto 32
      StackMap locals:
      StackMap stack:
        24: bipush 6
            goto 32
        25: .line 111
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ldc 23034375
            if_icmpge 29
        26: .line 112
            iload 4 /* i */
            ldc 17887500
            if_icmpge 27
            bipush 7
            goto 32
      StackMap locals:
      StackMap stack:
        27: iload 4 /* i */
            ldc 20503125
            if_icmpge 28
            bipush 8
            goto 32
      StackMap locals:
      StackMap stack:
        28: bipush 9
            goto 32
        29: .line 113
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ldc 25650000
            if_icmpge 30
            bipush 10
            goto 32
      StackMap locals:
      StackMap stack:
        30: iload 4 /* i */
            ldc 28181250
            if_icmpge 31
            bipush 11
            goto 32
      StackMap locals:
      StackMap stack:
        31: bipush 12
        32: .line 98
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 4 // int i
        end local 3 // int year
        end local 1 // long millis
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   33     0    this  Lorg/joda/time/chrono/BasicGJChronology;
            0   33     1  millis  J
            0   33     3    year  I
            1   33     4       i  I
    MethodParameters:
        Name  Flags
      millis  
      year    

  int getDaysInYearMonth(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // int year
        start local 2 // int month
         0: .line 125
            aload 0 /* this */
            iload 1 /* year */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifeq 2
         1: .line 126
            getstatic org.joda.time.chrono.BasicGJChronology.MAX_DAYS_PER_MONTH_ARRAY:[I
            iload 2 /* month */
            iconst_1
            isub
            iaload
            ireturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.chrono.BasicGJChronology.MIN_DAYS_PER_MONTH_ARRAY:[I
            iload 2 /* month */
            iconst_1
            isub
            iaload
            ireturn
        end local 2 // int month
        end local 1 // int year
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/joda/time/chrono/BasicGJChronology;
            0    3     1   year  I
            0    3     2  month  I
    MethodParameters:
       Name  Flags
      year   
      month  

  int getDaysInMonthMax(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // int month
         0: .line 134
            getstatic org.joda.time.chrono.BasicGJChronology.MAX_DAYS_PER_MONTH_ARRAY:[I
            iload 1 /* month */
            iconst_1
            isub
            iaload
            ireturn
        end local 1 // int month
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/joda/time/chrono/BasicGJChronology;
            0    1     1  month  I
    MethodParameters:
       Name  Flags
      month  

  int getDaysInMonthMaxForSet(long, int);
    descriptor: (JI)I
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // long instant
        start local 3 // int value
         0: .line 139
            iload 3 /* value */
            bipush 28
            if_icmpgt 1
            iload 3 /* value */
            iconst_1
            if_icmpge 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            lload 1 /* instant */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getDaysInMonthMax:(J)I
            goto 3
      StackMap locals:
      StackMap stack:
         2: bipush 28
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 3 // int value
        end local 1 // long instant
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/joda/time/chrono/BasicGJChronology;
            0    4     1  instant  J
            0    4     3    value  I
    MethodParameters:
         Name  Flags
      instant  
      value    

  long getTotalMillisByYearMonth(int, int);
    descriptor: (II)J
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // int year
        start local 2 // int month
         0: .line 144
            aload 0 /* this */
            iload 1 /* year */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifeq 2
         1: .line 145
            getstatic org.joda.time.chrono.BasicGJChronology.MAX_TOTAL_MILLIS_BY_MONTH_ARRAY:[J
            iload 2 /* month */
            iconst_1
            isub
            laload
            lreturn
         2: .line 147
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.chrono.BasicGJChronology.MIN_TOTAL_MILLIS_BY_MONTH_ARRAY:[J
            iload 2 /* month */
            iconst_1
            isub
            laload
            lreturn
        end local 2 // int month
        end local 1 // int year
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/joda/time/chrono/BasicGJChronology;
            0    3     1   year  I
            0    3     2  month  I
    MethodParameters:
       Name  Flags
      year   
      month  

  long getYearDifference(long, long);
    descriptor: (JJ)J
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=3
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // long minuendInstant
        start local 3 // long subtrahendInstant
         0: .line 153
            aload 0 /* this */
            lload 1 /* minuendInstant */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getYear:(J)I
            istore 5 /* minuendYear */
        start local 5 // int minuendYear
         1: .line 154
            aload 0 /* this */
            lload 3 /* subtrahendInstant */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getYear:(J)I
            istore 6 /* subtrahendYear */
        start local 6 // int subtrahendYear
         2: .line 157
            lload 1 /* minuendInstant */
            aload 0 /* this */
            iload 5 /* minuendYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getYearMillis:(I)J
            lsub
            lstore 7 /* minuendRem */
        start local 7 // long minuendRem
         3: .line 158
            lload 3 /* subtrahendInstant */
            aload 0 /* this */
            iload 6 /* subtrahendYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getYearMillis:(I)J
            lsub
            lstore 9 /* subtrahendRem */
        start local 9 // long subtrahendRem
         4: .line 161
            lload 9 /* subtrahendRem */
            ldc 5097600000
            lcmp
            iflt 11
         5: .line 162
            aload 0 /* this */
            iload 6 /* subtrahendYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifeq 9
         6: .line 163
            aload 0 /* this */
            iload 5 /* minuendYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifne 11
         7: .line 164
            lload 9 /* subtrahendRem */
            ldc 86400000
            lsub
            lstore 9 /* subtrahendRem */
         8: .line 166
            goto 11
      StackMap locals: org.joda.time.chrono.BasicGJChronology long long int int long long
      StackMap stack:
         9: lload 7 /* minuendRem */
            ldc 5097600000
            lcmp
            iflt 11
            aload 0 /* this */
            iload 5 /* minuendYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifeq 11
        10: .line 167
            lload 7 /* minuendRem */
            ldc 86400000
            lsub
            lstore 7 /* minuendRem */
        11: .line 171
      StackMap locals:
      StackMap stack:
            iload 5 /* minuendYear */
            iload 6 /* subtrahendYear */
            isub
            istore 11 /* difference */
        start local 11 // int difference
        12: .line 172
            lload 7 /* minuendRem */
            lload 9 /* subtrahendRem */
            lcmp
            ifge 14
        13: .line 173
            iinc 11 /* difference */ -1
        14: .line 175
      StackMap locals: int
      StackMap stack:
            iload 11 /* difference */
            i2l
            lreturn
        end local 11 // int difference
        end local 9 // long subtrahendRem
        end local 7 // long minuendRem
        end local 6 // int subtrahendYear
        end local 5 // int minuendYear
        end local 3 // long subtrahendInstant
        end local 1 // long minuendInstant
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lorg/joda/time/chrono/BasicGJChronology;
            0   15     1     minuendInstant  J
            0   15     3  subtrahendInstant  J
            1   15     5        minuendYear  I
            2   15     6     subtrahendYear  I
            3   15     7         minuendRem  J
            4   15     9      subtrahendRem  J
           12   15    11         difference  I
    MethodParameters:
                   Name  Flags
      minuendInstant     
      subtrahendInstant  

  long setYear(long, int);
    descriptor: (JI)J
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.joda.time.chrono.BasicGJChronology this
        start local 1 // long instant
        start local 3 // int year
         0: .line 180
            aload 0 /* this */
            lload 1 /* instant */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getYear:(J)I
            istore 4 /* thisYear */
        start local 4 // int thisYear
         1: .line 181
            aload 0 /* this */
            lload 1 /* instant */
            iload 4 /* thisYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getDayOfYear:(JI)I
            istore 5 /* dayOfYear */
        start local 5 // int dayOfYear
         2: .line 182
            aload 0 /* this */
            lload 1 /* instant */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getMillisOfDay:(J)I
            istore 6 /* millisOfDay */
        start local 6 // int millisOfDay
         3: .line 184
            iload 5 /* dayOfYear */
            bipush 59
            if_icmple 10
         4: .line 185
            aload 0 /* this */
            iload 4 /* thisYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifeq 8
         5: .line 187
            aload 0 /* this */
            iload 3 /* year */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifne 10
         6: .line 189
            iinc 5 /* dayOfYear */ -1
         7: .line 191
            goto 10
         8: .line 193
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* year */
            invokevirtual org.joda.time.chrono.BasicGJChronology.isLeapYear:(I)Z
            ifeq 10
         9: .line 195
            iinc 5 /* dayOfYear */ 1
        10: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* year */
            iconst_1
            iload 5 /* dayOfYear */
            invokevirtual org.joda.time.chrono.BasicGJChronology.getYearMonthDayMillis:(III)J
            lstore 1 /* instant */
        11: .line 201
            lload 1 /* instant */
            iload 6 /* millisOfDay */
            i2l
            ladd
            lstore 1 /* instant */
        12: .line 203
            lload 1 /* instant */
            lreturn
        end local 6 // int millisOfDay
        end local 5 // int dayOfYear
        end local 4 // int thisYear
        end local 3 // int year
        end local 1 // long instant
        end local 0 // org.joda.time.chrono.BasicGJChronology this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/joda/time/chrono/BasicGJChronology;
            0   13     1      instant  J
            0   13     3         year  I
            1   13     4     thisYear  I
            2   13     5    dayOfYear  I
            3   13     6  millisOfDay  I
    MethodParameters:
         Name  Flags
      instant  
      year     
}
SourceFile: "BasicGJChronology.java"