public final class org.joda.time.Weeks extends org.joda.time.base.BaseSingleFieldPeriod
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.joda.time.Weeks
  super_class: org.joda.time.base.BaseSingleFieldPeriod
{
  public static final org.joda.time.Weeks ZERO;
    descriptor: Lorg/joda/time/Weeks;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.joda.time.Weeks ONE;
    descriptor: Lorg/joda/time/Weeks;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.joda.time.Weeks TWO;
    descriptor: Lorg/joda/time/Weeks;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.joda.time.Weeks THREE;
    descriptor: Lorg/joda/time/Weeks;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.joda.time.Weeks MAX_VALUE;
    descriptor: Lorg/joda/time/Weeks;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.joda.time.Weeks MIN_VALUE;
    descriptor: Lorg/joda/time/Weeks;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final org.joda.time.format.PeriodFormatter PARSER;
    descriptor: Lorg/joda/time/format/PeriodFormatter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 45
            new org.joda.time.Weeks
            dup
            iconst_0
            invokespecial org.joda.time.Weeks.<init>:(I)V
            putstatic org.joda.time.Weeks.ZERO:Lorg/joda/time/Weeks;
         1: .line 47
            new org.joda.time.Weeks
            dup
            iconst_1
            invokespecial org.joda.time.Weeks.<init>:(I)V
            putstatic org.joda.time.Weeks.ONE:Lorg/joda/time/Weeks;
         2: .line 49
            new org.joda.time.Weeks
            dup
            iconst_2
            invokespecial org.joda.time.Weeks.<init>:(I)V
            putstatic org.joda.time.Weeks.TWO:Lorg/joda/time/Weeks;
         3: .line 51
            new org.joda.time.Weeks
            dup
            iconst_3
            invokespecial org.joda.time.Weeks.<init>:(I)V
            putstatic org.joda.time.Weeks.THREE:Lorg/joda/time/Weeks;
         4: .line 53
            new org.joda.time.Weeks
            dup
            ldc 2147483647
            invokespecial org.joda.time.Weeks.<init>:(I)V
            putstatic org.joda.time.Weeks.MAX_VALUE:Lorg/joda/time/Weeks;
         5: .line 55
            new org.joda.time.Weeks
            dup
            ldc -2147483648
            invokespecial org.joda.time.Weeks.<init>:(I)V
            putstatic org.joda.time.Weeks.MIN_VALUE:Lorg/joda/time/Weeks;
         6: .line 58
            invokestatic org.joda.time.format.ISOPeriodFormat.standard:()Lorg/joda/time/format/PeriodFormatter;
            invokestatic org.joda.time.PeriodType.weeks:()Lorg/joda/time/PeriodType;
            invokevirtual org.joda.time.format.PeriodFormatter.withParseType:(Lorg/joda/time/PeriodType;)Lorg/joda/time/format/PeriodFormatter;
            putstatic org.joda.time.Weeks.PARSER:Lorg/joda/time/format/PeriodFormatter;
         7: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.joda.time.Weeks weeks(int);
    descriptor: (I)Lorg/joda/time/Weeks;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int weeks
         0: .line 72
            iload 0 /* weeks */
            lookupswitch { // 6
          -2147483648: 6
                    0: 1
                    1: 2
                    2: 3
                    3: 4
           2147483647: 5
              default: 7
          }
         1: .line 74
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.Weeks.ZERO:Lorg/joda/time/Weeks;
            areturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.Weeks.ONE:Lorg/joda/time/Weeks;
            areturn
         3: .line 78
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.Weeks.TWO:Lorg/joda/time/Weeks;
            areturn
         4: .line 80
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.Weeks.THREE:Lorg/joda/time/Weeks;
            areturn
         5: .line 82
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.Weeks.MAX_VALUE:Lorg/joda/time/Weeks;
            areturn
         6: .line 84
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.Weeks.MIN_VALUE:Lorg/joda/time/Weeks;
            areturn
         7: .line 86
      StackMap locals:
      StackMap stack:
            new org.joda.time.Weeks
            dup
            iload 0 /* weeks */
            invokespecial org.joda.time.Weeks.<init>:(I)V
            areturn
        end local 0 // int weeks
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0  weeks  I
    MethodParameters:
       Name  Flags
      weeks  

  public static org.joda.time.Weeks weeksBetween(org.joda.time.ReadableInstant, org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableInstant;)Lorg/joda/time/Weeks;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.joda.time.ReadableInstant start
        start local 1 // org.joda.time.ReadableInstant end
         0: .line 101
            aload 0 /* start */
            aload 1 /* end */
            invokestatic org.joda.time.DurationFieldType.weeks:()Lorg/joda/time/DurationFieldType;
            invokestatic org.joda.time.base.BaseSingleFieldPeriod.between:(Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableInstant;Lorg/joda/time/DurationFieldType;)I
            istore 2 /* amount */
        start local 2 // int amount
         1: .line 102
            iload 2 /* amount */
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 2 // int amount
        end local 1 // org.joda.time.ReadableInstant end
        end local 0 // org.joda.time.ReadableInstant start
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   start  Lorg/joda/time/ReadableInstant;
            0    2     1     end  Lorg/joda/time/ReadableInstant;
            1    2     2  amount  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public static org.joda.time.Weeks weeksBetween(org.joda.time.ReadablePartial, org.joda.time.ReadablePartial);
    descriptor: (Lorg/joda/time/ReadablePartial;Lorg/joda/time/ReadablePartial;)Lorg/joda/time/Weeks;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.joda.time.ReadablePartial start
        start local 1 // org.joda.time.ReadablePartial end
         0: .line 118
            aload 0 /* start */
            instanceof org.joda.time.LocalDate
            ifeq 6
            aload 1 /* end */
            instanceof org.joda.time.LocalDate
            ifeq 6
         1: .line 119
            aload 0 /* start */
            invokeinterface org.joda.time.ReadablePartial.getChronology:()Lorg/joda/time/Chronology;
            invokestatic org.joda.time.DateTimeUtils.getChronology:(Lorg/joda/time/Chronology;)Lorg/joda/time/Chronology;
            astore 2 /* chrono */
        start local 2 // org.joda.time.Chronology chrono
         2: .line 120
            aload 2 /* chrono */
            invokevirtual org.joda.time.Chronology.weeks:()Lorg/joda/time/DurationField;
         3: .line 121
            aload 1 /* end */
            checkcast org.joda.time.LocalDate
            invokevirtual org.joda.time.LocalDate.getLocalMillis:()J
            aload 0 /* start */
            checkcast org.joda.time.LocalDate
            invokevirtual org.joda.time.LocalDate.getLocalMillis:()J
         4: .line 120
            invokevirtual org.joda.time.DurationField.getDifference:(JJ)I
            istore 3 /* weeks */
        start local 3 // int weeks
         5: .line 122
            iload 3 /* weeks */
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 3 // int weeks
        end local 2 // org.joda.time.Chronology chrono
         6: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* start */
            aload 1 /* end */
            getstatic org.joda.time.Weeks.ZERO:Lorg/joda/time/Weeks;
            invokestatic org.joda.time.base.BaseSingleFieldPeriod.between:(Lorg/joda/time/ReadablePartial;Lorg/joda/time/ReadablePartial;Lorg/joda/time/ReadablePeriod;)I
            istore 2 /* amount */
        start local 2 // int amount
         7: .line 125
            iload 2 /* amount */
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 2 // int amount
        end local 1 // org.joda.time.ReadablePartial end
        end local 0 // org.joda.time.ReadablePartial start
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0   start  Lorg/joda/time/ReadablePartial;
            0    8     1     end  Lorg/joda/time/ReadablePartial;
            2    6     2  chrono  Lorg/joda/time/Chronology;
            5    6     3   weeks  I
            7    8     2  amount  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public static org.joda.time.Weeks weeksIn(org.joda.time.ReadableInterval);
    descriptor: (Lorg/joda/time/ReadableInterval;)Lorg/joda/time/Weeks;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.joda.time.ReadableInterval interval
         0: .line 137
            aload 0 /* interval */
            ifnonnull 2
         1: .line 138
            getstatic org.joda.time.Weeks.ZERO:Lorg/joda/time/Weeks;
            areturn
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* interval */
            invokeinterface org.joda.time.ReadableInterval.getStart:()Lorg/joda/time/DateTime;
            aload 0 /* interval */
            invokeinterface org.joda.time.ReadableInterval.getEnd:()Lorg/joda/time/DateTime;
            invokestatic org.joda.time.DurationFieldType.weeks:()Lorg/joda/time/DurationFieldType;
            invokestatic org.joda.time.base.BaseSingleFieldPeriod.between:(Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableInstant;Lorg/joda/time/DurationFieldType;)I
            istore 1 /* amount */
        start local 1 // int amount
         3: .line 141
            iload 1 /* amount */
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // int amount
        end local 0 // org.joda.time.ReadableInterval interval
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  interval  Lorg/joda/time/ReadableInterval;
            3    4     1    amount  I
    MethodParameters:
          Name  Flags
      interval  

  public static org.joda.time.Weeks standardWeeksIn(org.joda.time.ReadablePeriod);
    descriptor: (Lorg/joda/time/ReadablePeriod;)Lorg/joda/time/Weeks;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.joda.time.ReadablePeriod period
         0: .line 165
            aload 0 /* period */
            ldc 604800000
            invokestatic org.joda.time.base.BaseSingleFieldPeriod.standardPeriodIn:(Lorg/joda/time/ReadablePeriod;J)I
            istore 1 /* amount */
        start local 1 // int amount
         1: .line 166
            iload 1 /* amount */
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // int amount
        end local 0 // org.joda.time.ReadablePeriod period
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  period  Lorg/joda/time/ReadablePeriod;
            1    2     1  amount  I
    MethodParameters:
        Name  Flags
      period  

  public static org.joda.time.Weeks parseWeeks(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/joda/time/Weeks;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String periodStr
         0: .line 182
            aload 0 /* periodStr */
            ifnonnull 2
         1: .line 183
            getstatic org.joda.time.Weeks.ZERO:Lorg/joda/time/Weeks;
            areturn
         2: .line 185
      StackMap locals:
      StackMap stack:
            getstatic org.joda.time.Weeks.PARSER:Lorg/joda/time/format/PeriodFormatter;
            aload 0 /* periodStr */
            invokevirtual org.joda.time.format.PeriodFormatter.parsePeriod:(Ljava/lang/String;)Lorg/joda/time/Period;
            astore 1 /* p */
        start local 1 // org.joda.time.Period p
         3: .line 186
            aload 1 /* p */
            invokevirtual org.joda.time.Period.getWeeks:()I
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // org.joda.time.Period p
        end local 0 // java.lang.String periodStr
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0  periodStr  Ljava/lang/String;
            3    4     1          p  Lorg/joda/time/Period;
    RuntimeVisibleAnnotations: 
      org.joda.convert.FromString()
    MethodParameters:
           Name  Flags
      periodStr  

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // int weeks
         0: .line 198
            aload 0 /* this */
            iload 1 /* weeks */
            invokespecial org.joda.time.base.BaseSingleFieldPeriod.<init>:(I)V
         1: .line 199
            return
        end local 1 // int weeks
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/joda/time/Weeks;
            0    2     1  weeks  I
    MethodParameters:
       Name  Flags
      weeks  

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 207
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.DurationFieldType getFieldType();
    descriptor: ()Lorg/joda/time/DurationFieldType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 217
            invokestatic org.joda.time.DurationFieldType.weeks:()Lorg/joda/time/DurationFieldType;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.PeriodType getPeriodType();
    descriptor: ()Lorg/joda/time/PeriodType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 226
            invokestatic org.joda.time.PeriodType.weeks:()Lorg/joda/time/PeriodType;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.Days toStandardDays();
    descriptor: ()Lorg/joda/time/Days;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 244
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            bipush 7
            invokestatic org.joda.time.field.FieldUtils.safeMultiply:(II)I
            invokestatic org.joda.time.Days.days:(I)Lorg/joda/time/Days;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.Hours toStandardHours();
    descriptor: ()Lorg/joda/time/Hours;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 262
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            sipush 168
            invokestatic org.joda.time.field.FieldUtils.safeMultiply:(II)I
            invokestatic org.joda.time.Hours.hours:(I)Lorg/joda/time/Hours;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.Minutes toStandardMinutes();
    descriptor: ()Lorg/joda/time/Minutes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 280
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            sipush 10080
            invokestatic org.joda.time.field.FieldUtils.safeMultiply:(II)I
            invokestatic org.joda.time.Minutes.minutes:(I)Lorg/joda/time/Minutes;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.Seconds toStandardSeconds();
    descriptor: ()Lorg/joda/time/Seconds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 299
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            ldc 604800
            invokestatic org.joda.time.field.FieldUtils.safeMultiply:(II)I
            invokestatic org.joda.time.Seconds.seconds:(I)Lorg/joda/time/Seconds;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.Duration toStandardDuration();
    descriptor: ()Lorg/joda/time/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 318
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            i2l
            lstore 1 /* weeks */
        start local 1 // long weeks
         1: .line 319
            new org.joda.time.Duration
            dup
            lload 1 /* weeks */
            ldc 604800000
            lmul
            invokespecial org.joda.time.Duration.<init>:(J)V
            areturn
        end local 1 // long weeks
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/joda/time/Weeks;
            1    2     1  weeks  J

  public int getWeeks();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 329
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            ireturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public org.joda.time.Weeks plus(int);
    descriptor: (I)Lorg/joda/time/Weeks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // int weeks
         0: .line 343
            iload 1 /* weeks */
            ifne 2
         1: .line 344
            aload 0 /* this */
            areturn
         2: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            iload 1 /* weeks */
            invokestatic org.joda.time.field.FieldUtils.safeAdd:(II)I
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // int weeks
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/joda/time/Weeks;
            0    3     1  weeks  I
    MethodParameters:
       Name  Flags
      weeks  

  public org.joda.time.Weeks plus(org.joda.time.Weeks);
    descriptor: (Lorg/joda/time/Weeks;)Lorg/joda/time/Weeks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // org.joda.time.Weeks weeks
         0: .line 359
            aload 1 /* weeks */
            ifnonnull 2
         1: .line 360
            aload 0 /* this */
            areturn
         2: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* weeks */
            invokevirtual org.joda.time.Weeks.getValue:()I
            invokevirtual org.joda.time.Weeks.plus:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // org.joda.time.Weeks weeks
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/joda/time/Weeks;
            0    3     1  weeks  Lorg/joda/time/Weeks;
    MethodParameters:
       Name  Flags
      weeks  

  public org.joda.time.Weeks minus(int);
    descriptor: (I)Lorg/joda/time/Weeks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // int weeks
         0: .line 376
            aload 0 /* this */
            iload 1 /* weeks */
            invokestatic org.joda.time.field.FieldUtils.safeNegate:(I)I
            invokevirtual org.joda.time.Weeks.plus:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // int weeks
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/joda/time/Weeks;
            0    1     1  weeks  I
    MethodParameters:
       Name  Flags
      weeks  

  public org.joda.time.Weeks minus(org.joda.time.Weeks);
    descriptor: (Lorg/joda/time/Weeks;)Lorg/joda/time/Weeks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // org.joda.time.Weeks weeks
         0: .line 389
            aload 1 /* weeks */
            ifnonnull 2
         1: .line 390
            aload 0 /* this */
            areturn
         2: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* weeks */
            invokevirtual org.joda.time.Weeks.getValue:()I
            invokevirtual org.joda.time.Weeks.minus:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // org.joda.time.Weeks weeks
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/joda/time/Weeks;
            0    3     1  weeks  Lorg/joda/time/Weeks;
    MethodParameters:
       Name  Flags
      weeks  

  public org.joda.time.Weeks multipliedBy(int);
    descriptor: (I)Lorg/joda/time/Weeks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // int scalar
         0: .line 406
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            iload 1 /* scalar */
            invokestatic org.joda.time.field.FieldUtils.safeMultiply:(II)I
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // int scalar
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/joda/time/Weeks;
            0    1     1  scalar  I
    MethodParameters:
        Name  Flags
      scalar  

  public org.joda.time.Weeks dividedBy(int);
    descriptor: (I)Lorg/joda/time/Weeks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // int divisor
         0: .line 420
            iload 1 /* divisor */
            iconst_1
            if_icmpne 2
         1: .line 421
            aload 0 /* this */
            areturn
         2: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            iload 1 /* divisor */
            idiv
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 1 // int divisor
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/joda/time/Weeks;
            0    3     1  divisor  I
    MethodParameters:
         Name  Flags
      divisor  

  public org.joda.time.Weeks negated();
    descriptor: ()Lorg/joda/time/Weeks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 434
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            invokestatic org.joda.time.field.FieldUtils.safeNegate:(I)I
            invokestatic org.joda.time.Weeks.weeks:(I)Lorg/joda/time/Weeks;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;

  public boolean isGreaterThan(org.joda.time.Weeks);
    descriptor: (Lorg/joda/time/Weeks;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // org.joda.time.Weeks other
         0: .line 445
            aload 1 /* other */
            ifnonnull 3
         1: .line 446
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            ifle 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            aload 1 /* other */
            invokevirtual org.joda.time.Weeks.getValue:()I
            if_icmple 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // org.joda.time.Weeks other
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/joda/time/Weeks;
            0    5     1  other  Lorg/joda/time/Weeks;
    MethodParameters:
       Name  Flags
      other  

  public boolean isLessThan(org.joda.time.Weeks);
    descriptor: (Lorg/joda/time/Weeks;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.Weeks this
        start local 1 // org.joda.time.Weeks other
         0: .line 458
            aload 1 /* other */
            ifnonnull 3
         1: .line 459
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            ifge 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            aload 1 /* other */
            invokevirtual org.joda.time.Weeks.getValue:()I
            if_icmpge 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // org.joda.time.Weeks other
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/joda/time/Weeks;
            0    5     1  other  Lorg/joda/time/Weeks;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.joda.time.Weeks this
         0: .line 474
            new java.lang.StringBuilder
            dup
            ldc "P"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.joda.time.Weeks.getValue:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "W"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.joda.time.Weeks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/Weeks;
    RuntimeVisibleAnnotations: 
      org.joda.convert.ToString()
}
SourceFile: "Weeks.java"