public class org.joda.time.MutableInterval extends org.joda.time.base.BaseInterval implements org.joda.time.ReadWritableInterval, java.lang.Cloneable, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.joda.time.MutableInterval
  super_class: org.joda.time.base.BaseInterval
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5982824024992428470

  public static org.joda.time.MutableInterval parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/joda/time/MutableInterval;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String str
         0: .line 71
            new org.joda.time.MutableInterval
            dup
            aload 0 /* str */
            invokespecial org.joda.time.MutableInterval.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.joda.time.MutableInterval this
         0: .line 79
            aload 0 /* this */
            lconst_0
            lconst_0
            aconst_null
            invokespecial org.joda.time.base.BaseInterval.<init>:(JJLorg/joda/time/Chronology;)V
         1: .line 80
            return
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/joda/time/MutableInterval;

  public void <init>(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // long startInstant
        start local 3 // long endInstant
         0: .line 90
            aload 0 /* this */
            lload 1 /* startInstant */
            lload 3 /* endInstant */
            aconst_null
            invokespecial org.joda.time.base.BaseInterval.<init>:(JJLorg/joda/time/Chronology;)V
         1: .line 91
            return
        end local 3 // long endInstant
        end local 1 // long startInstant
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/joda/time/MutableInterval;
            0    2     1  startInstant  J
            0    2     3    endInstant  J
    MethodParameters:
              Name  Flags
      startInstant  
      endInstant    

  public void <init>(long, long, org.joda.time.Chronology);
    descriptor: (JJLorg/joda/time/Chronology;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // long startInstant
        start local 3 // long endInstant
        start local 5 // org.joda.time.Chronology chronology
         0: .line 102
            aload 0 /* this */
            lload 1 /* startInstant */
            lload 3 /* endInstant */
            aload 5 /* chronology */
            invokespecial org.joda.time.base.BaseInterval.<init>:(JJLorg/joda/time/Chronology;)V
         1: .line 103
            return
        end local 5 // org.joda.time.Chronology chronology
        end local 3 // long endInstant
        end local 1 // long startInstant
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/joda/time/MutableInterval;
            0    2     1  startInstant  J
            0    2     3    endInstant  J
            0    2     5    chronology  Lorg/joda/time/Chronology;
    MethodParameters:
              Name  Flags
      startInstant  
      endInstant    
      chronology    

  public void <init>(org.joda.time.ReadableInstant, org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableInstant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableInstant start
        start local 2 // org.joda.time.ReadableInstant end
         0: .line 115
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* end */
            invokespecial org.joda.time.base.BaseInterval.<init>:(Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableInstant;)V
         1: .line 116
            return
        end local 2 // org.joda.time.ReadableInstant end
        end local 1 // org.joda.time.ReadableInstant start
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/joda/time/MutableInterval;
            0    2     1  start  Lorg/joda/time/ReadableInstant;
            0    2     2    end  Lorg/joda/time/ReadableInstant;
    MethodParameters:
       Name  Flags
      start  
      end    

  public void <init>(org.joda.time.ReadableInstant, org.joda.time.ReadableDuration);
    descriptor: (Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableDuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableInstant start
        start local 2 // org.joda.time.ReadableDuration duration
         0: .line 127
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* duration */
            invokespecial org.joda.time.base.BaseInterval.<init>:(Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableDuration;)V
         1: .line 128
            return
        end local 2 // org.joda.time.ReadableDuration duration
        end local 1 // org.joda.time.ReadableInstant start
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/joda/time/MutableInterval;
            0    2     1     start  Lorg/joda/time/ReadableInstant;
            0    2     2  duration  Lorg/joda/time/ReadableDuration;
    MethodParameters:
          Name  Flags
      start     
      duration  

  public void <init>(org.joda.time.ReadableDuration, org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableDuration;Lorg/joda/time/ReadableInstant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableDuration duration
        start local 2 // org.joda.time.ReadableInstant end
         0: .line 139
            aload 0 /* this */
            aload 1 /* duration */
            aload 2 /* end */
            invokespecial org.joda.time.base.BaseInterval.<init>:(Lorg/joda/time/ReadableDuration;Lorg/joda/time/ReadableInstant;)V
         1: .line 140
            return
        end local 2 // org.joda.time.ReadableInstant end
        end local 1 // org.joda.time.ReadableDuration duration
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/joda/time/MutableInterval;
            0    2     1  duration  Lorg/joda/time/ReadableDuration;
            0    2     2       end  Lorg/joda/time/ReadableInstant;
    MethodParameters:
          Name  Flags
      duration  
      end       

  public void <init>(org.joda.time.ReadableInstant, org.joda.time.ReadablePeriod);
    descriptor: (Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadablePeriod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableInstant start
        start local 2 // org.joda.time.ReadablePeriod period
         0: .line 154
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* period */
            invokespecial org.joda.time.base.BaseInterval.<init>:(Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadablePeriod;)V
         1: .line 155
            return
        end local 2 // org.joda.time.ReadablePeriod period
        end local 1 // org.joda.time.ReadableInstant start
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/joda/time/MutableInterval;
            0    2     1   start  Lorg/joda/time/ReadableInstant;
            0    2     2  period  Lorg/joda/time/ReadablePeriod;
    MethodParameters:
        Name  Flags
      start   
      period  

  public void <init>(org.joda.time.ReadablePeriod, org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadablePeriod;Lorg/joda/time/ReadableInstant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadablePeriod period
        start local 2 // org.joda.time.ReadableInstant end
         0: .line 169
            aload 0 /* this */
            aload 1 /* period */
            aload 2 /* end */
            invokespecial org.joda.time.base.BaseInterval.<init>:(Lorg/joda/time/ReadablePeriod;Lorg/joda/time/ReadableInstant;)V
         1: .line 170
            return
        end local 2 // org.joda.time.ReadableInstant end
        end local 1 // org.joda.time.ReadablePeriod period
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/joda/time/MutableInterval;
            0    2     1  period  Lorg/joda/time/ReadablePeriod;
            0    2     2     end  Lorg/joda/time/ReadableInstant;
    MethodParameters:
        Name  Flags
      period  
      end     

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // java.lang.Object interval
         0: .line 186
            aload 0 /* this */
            aload 1 /* interval */
            aconst_null
            invokespecial org.joda.time.base.BaseInterval.<init>:(Ljava/lang/Object;Lorg/joda/time/Chronology;)V
         1: .line 187
            return
        end local 1 // java.lang.Object interval
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/joda/time/MutableInterval;
            0    2     1  interval  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      interval  

  public void <init>(java.lang.Object, org.joda.time.Chronology);
    descriptor: (Ljava/lang/Object;Lorg/joda/time/Chronology;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // java.lang.Object interval
        start local 2 // org.joda.time.Chronology chronology
         0: .line 205
            aload 0 /* this */
            aload 1 /* interval */
            aload 2 /* chronology */
            invokespecial org.joda.time.base.BaseInterval.<init>:(Ljava/lang/Object;Lorg/joda/time/Chronology;)V
         1: .line 206
            return
        end local 2 // org.joda.time.Chronology chronology
        end local 1 // java.lang.Object interval
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/joda/time/MutableInterval;
            0    2     1    interval  Ljava/lang/Object;
            0    2     2  chronology  Lorg/joda/time/Chronology;
    MethodParameters:
            Name  Flags
      interval    
      chronology  

  public void setInterval(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // long startInstant
        start local 3 // long endInstant
         0: .line 217
            aload 0 /* this */
            lload 1 /* startInstant */
            lload 3 /* endInstant */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getChronology:()Lorg/joda/time/Chronology;
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
         1: .line 218
            return
        end local 3 // long endInstant
        end local 1 // long startInstant
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/joda/time/MutableInterval;
            0    2     1  startInstant  J
            0    2     3    endInstant  J
    MethodParameters:
              Name  Flags
      startInstant  
      endInstant    

  public void setInterval(org.joda.time.ReadableInterval);
    descriptor: (Lorg/joda/time/ReadableInterval;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableInterval interval
         0: .line 227
            aload 1 /* interval */
            ifnonnull 2
         1: .line 228
            new java.lang.IllegalArgumentException
            dup
            ldc "Interval must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 230
      StackMap locals:
      StackMap stack:
            aload 1 /* interval */
            invokeinterface org.joda.time.ReadableInterval.getStartMillis:()J
            lstore 2 /* startMillis */
        start local 2 // long startMillis
         3: .line 231
            aload 1 /* interval */
            invokeinterface org.joda.time.ReadableInterval.getEndMillis:()J
            lstore 4 /* endMillis */
        start local 4 // long endMillis
         4: .line 232
            aload 1 /* interval */
            invokeinterface org.joda.time.ReadableInterval.getChronology:()Lorg/joda/time/Chronology;
            astore 6 /* chrono */
        start local 6 // org.joda.time.Chronology chrono
         5: .line 233
            aload 0 /* this */
            lload 2 /* startMillis */
            lload 4 /* endMillis */
            aload 6 /* chrono */
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
         6: .line 234
            return
        end local 6 // org.joda.time.Chronology chrono
        end local 4 // long endMillis
        end local 2 // long startMillis
        end local 1 // org.joda.time.ReadableInterval interval
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/joda/time/MutableInterval;
            0    7     1     interval  Lorg/joda/time/ReadableInterval;
            3    7     2  startMillis  J
            4    7     4    endMillis  J
            5    7     6       chrono  Lorg/joda/time/Chronology;
    MethodParameters:
          Name  Flags
      interval  

  public void setInterval(org.joda.time.ReadableInstant, org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;Lorg/joda/time/ReadableInstant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableInstant start
        start local 2 // org.joda.time.ReadableInstant end
         0: .line 245
            aload 1 /* start */
            ifnonnull 4
            aload 2 /* end */
            ifnonnull 4
         1: .line 246
            invokestatic org.joda.time.DateTimeUtils.currentTimeMillis:()J
            lstore 3 /* now */
        start local 3 // long now
         2: .line 247
            aload 0 /* this */
            lload 3 /* now */
            lload 3 /* now */
            invokevirtual org.joda.time.MutableInterval.setInterval:(JJ)V
        end local 3 // long now
         3: .line 248
            goto 8
         4: .line 249
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            invokestatic org.joda.time.DateTimeUtils.getInstantMillis:(Lorg/joda/time/ReadableInstant;)J
            lstore 3 /* startMillis */
        start local 3 // long startMillis
         5: .line 250
            aload 2 /* end */
            invokestatic org.joda.time.DateTimeUtils.getInstantMillis:(Lorg/joda/time/ReadableInstant;)J
            lstore 5 /* endMillis */
        start local 5 // long endMillis
         6: .line 251
            aload 1 /* start */
            invokestatic org.joda.time.DateTimeUtils.getInstantChronology:(Lorg/joda/time/ReadableInstant;)Lorg/joda/time/Chronology;
            astore 7 /* chrono */
        start local 7 // org.joda.time.Chronology chrono
         7: .line 252
            aload 0 /* this */
            lload 3 /* startMillis */
            lload 5 /* endMillis */
            aload 7 /* chrono */
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
        end local 7 // org.joda.time.Chronology chrono
        end local 5 // long endMillis
        end local 3 // long startMillis
         8: .line 254
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.joda.time.ReadableInstant end
        end local 1 // org.joda.time.ReadableInstant start
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/joda/time/MutableInterval;
            0    9     1        start  Lorg/joda/time/ReadableInstant;
            0    9     2          end  Lorg/joda/time/ReadableInstant;
            2    3     3          now  J
            5    8     3  startMillis  J
            6    8     5    endMillis  J
            7    8     7       chrono  Lorg/joda/time/Chronology;
    MethodParameters:
       Name  Flags
      start  
      end    

  public void setChronology(org.joda.time.Chronology);
    descriptor: (Lorg/joda/time/Chronology;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.Chronology chrono
         0: .line 263
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getStartMillis:()J
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getEndMillis:()J
            aload 1 /* chrono */
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
         1: .line 264
            return
        end local 1 // org.joda.time.Chronology chrono
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/joda/time/MutableInterval;
            0    2     1  chrono  Lorg/joda/time/Chronology;
    MethodParameters:
        Name  Flags
      chrono  

  public void setStartMillis(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // long startInstant
         0: .line 274
            aload 0 /* this */
            lload 1 /* startInstant */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getEndMillis:()J
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getChronology:()Lorg/joda/time/Chronology;
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
         1: .line 275
            return
        end local 1 // long startInstant
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/joda/time/MutableInterval;
            0    2     1  startInstant  J
    MethodParameters:
              Name  Flags
      startInstant  

  public void setStart(org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableInstant start
         0: .line 284
            aload 1 /* start */
            invokestatic org.joda.time.DateTimeUtils.getInstantMillis:(Lorg/joda/time/ReadableInstant;)J
            lstore 2 /* startMillis */
        start local 2 // long startMillis
         1: .line 285
            aload 0 /* this */
            lload 2 /* startMillis */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getEndMillis:()J
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getChronology:()Lorg/joda/time/Chronology;
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
         2: .line 286
            return
        end local 2 // long startMillis
        end local 1 // org.joda.time.ReadableInstant start
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/joda/time/MutableInterval;
            0    3     1        start  Lorg/joda/time/ReadableInstant;
            1    3     2  startMillis  J
    MethodParameters:
       Name  Flags
      start  

  public void setEndMillis(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // long endInstant
         0: .line 296
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getStartMillis:()J
            lload 1 /* endInstant */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getChronology:()Lorg/joda/time/Chronology;
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
         1: .line 297
            return
        end local 1 // long endInstant
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/joda/time/MutableInterval;
            0    2     1  endInstant  J
    MethodParameters:
            Name  Flags
      endInstant  

  public void setEnd(org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableInstant end
         0: .line 306
            aload 1 /* end */
            invokestatic org.joda.time.DateTimeUtils.getInstantMillis:(Lorg/joda/time/ReadableInstant;)J
            lstore 2 /* endMillis */
        start local 2 // long endMillis
         1: .line 307
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getStartMillis:()J
            lload 2 /* endMillis */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getChronology:()Lorg/joda/time/Chronology;
            invokespecial org.joda.time.base.BaseInterval.setInterval:(JJLorg/joda/time/Chronology;)V
         2: .line 308
            return
        end local 2 // long endMillis
        end local 1 // org.joda.time.ReadableInstant end
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/joda/time/MutableInterval;
            0    3     1        end  Lorg/joda/time/ReadableInstant;
            1    3     2  endMillis  J
    MethodParameters:
      Name  Flags
      end   

  public void setDurationAfterStart(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // long duration
         0: .line 319
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getStartMillis:()J
            lload 1 /* duration */
            invokestatic org.joda.time.field.FieldUtils.safeAdd:(JJ)J
            invokevirtual org.joda.time.MutableInterval.setEndMillis:(J)V
         1: .line 320
            return
        end local 1 // long duration
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/joda/time/MutableInterval;
            0    2     1  duration  J
    MethodParameters:
          Name  Flags
      duration  

  public void setDurationBeforeEnd(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // long duration
         0: .line 330
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getEndMillis:()J
            lload 1 /* duration */
            lneg
            invokestatic org.joda.time.field.FieldUtils.safeAdd:(JJ)J
            invokevirtual org.joda.time.MutableInterval.setStartMillis:(J)V
         1: .line 331
            return
        end local 1 // long duration
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/joda/time/MutableInterval;
            0    2     1  duration  J
    MethodParameters:
          Name  Flags
      duration  

  public void setDurationAfterStart(org.joda.time.ReadableDuration);
    descriptor: (Lorg/joda/time/ReadableDuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableDuration duration
         0: .line 342
            aload 1 /* duration */
            invokestatic org.joda.time.DateTimeUtils.getDurationMillis:(Lorg/joda/time/ReadableDuration;)J
            lstore 2 /* durationMillis */
        start local 2 // long durationMillis
         1: .line 343
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getStartMillis:()J
            lload 2 /* durationMillis */
            invokestatic org.joda.time.field.FieldUtils.safeAdd:(JJ)J
            invokevirtual org.joda.time.MutableInterval.setEndMillis:(J)V
         2: .line 344
            return
        end local 2 // long durationMillis
        end local 1 // org.joda.time.ReadableDuration duration
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/joda/time/MutableInterval;
            0    3     1        duration  Lorg/joda/time/ReadableDuration;
            1    3     2  durationMillis  J
    MethodParameters:
          Name  Flags
      duration  

  public void setDurationBeforeEnd(org.joda.time.ReadableDuration);
    descriptor: (Lorg/joda/time/ReadableDuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadableDuration duration
         0: .line 354
            aload 1 /* duration */
            invokestatic org.joda.time.DateTimeUtils.getDurationMillis:(Lorg/joda/time/ReadableDuration;)J
            lstore 2 /* durationMillis */
        start local 2 // long durationMillis
         1: .line 355
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getEndMillis:()J
            lload 2 /* durationMillis */
            lneg
            invokestatic org.joda.time.field.FieldUtils.safeAdd:(JJ)J
            invokevirtual org.joda.time.MutableInterval.setStartMillis:(J)V
         2: .line 356
            return
        end local 2 // long durationMillis
        end local 1 // org.joda.time.ReadableDuration duration
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/joda/time/MutableInterval;
            0    3     1        duration  Lorg/joda/time/ReadableDuration;
            1    3     2  durationMillis  J
    MethodParameters:
          Name  Flags
      duration  

  public void setPeriodAfterStart(org.joda.time.ReadablePeriod);
    descriptor: (Lorg/joda/time/ReadablePeriod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadablePeriod period
         0: .line 368
            aload 1 /* period */
            ifnonnull 3
         1: .line 369
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getStartMillis:()J
            invokevirtual org.joda.time.MutableInterval.setEndMillis:(J)V
         2: .line 370
            goto 4
         3: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getChronology:()Lorg/joda/time/Chronology;
            aload 1 /* period */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getStartMillis:()J
            iconst_1
            invokevirtual org.joda.time.Chronology.add:(Lorg/joda/time/ReadablePeriod;JI)J
            invokevirtual org.joda.time.MutableInterval.setEndMillis:(J)V
         4: .line 373
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.joda.time.ReadablePeriod period
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/joda/time/MutableInterval;
            0    5     1  period  Lorg/joda/time/ReadablePeriod;
    MethodParameters:
        Name  Flags
      period  

  public void setPeriodBeforeEnd(org.joda.time.ReadablePeriod);
    descriptor: (Lorg/joda/time/ReadablePeriod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.joda.time.MutableInterval this
        start local 1 // org.joda.time.ReadablePeriod period
         0: .line 384
            aload 1 /* period */
            ifnonnull 3
         1: .line 385
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getEndMillis:()J
            invokevirtual org.joda.time.MutableInterval.setStartMillis:(J)V
         2: .line 386
            goto 4
         3: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getChronology:()Lorg/joda/time/Chronology;
            aload 1 /* period */
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.getEndMillis:()J
            iconst_m1
            invokevirtual org.joda.time.Chronology.add:(Lorg/joda/time/ReadablePeriod;JI)J
            invokevirtual org.joda.time.MutableInterval.setStartMillis:(J)V
         4: .line 389
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.joda.time.ReadablePeriod period
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/joda/time/MutableInterval;
            0    5     1  period  Lorg/joda/time/ReadablePeriod;
    MethodParameters:
        Name  Flags
      period  

  public org.joda.time.MutableInterval copy();
    descriptor: ()Lorg/joda/time/MutableInterval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.MutableInterval this
         0: .line 398
            aload 0 /* this */
            invokevirtual org.joda.time.MutableInterval.clone:()Ljava/lang/Object;
            checkcast org.joda.time.MutableInterval
            areturn
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/MutableInterval;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.joda.time.MutableInterval this
         0: .line 408
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 409
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 410
            new java.lang.InternalError
            dup
            ldc "Clone error"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.joda.time.MutableInterval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/joda/time/MutableInterval;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException
}
SourceFile: "MutableInterval.java"