public interface org.joda.time.ReadWritableInstant extends org.joda.time.ReadableInstant
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.joda.time.ReadWritableInstant
  super_class: java.lang.Object
{
  public abstract void setMillis(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      instant  

  public abstract void setMillis(org.joda.time.ReadableInstant);
    descriptor: (Lorg/joda/time/ReadableInstant;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      instant  

  public abstract void setChronology(org.joda.time.Chronology);
    descriptor: (Lorg/joda/time/Chronology;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      chronology  

  public abstract void setZone(org.joda.time.DateTimeZone);
    descriptor: (Lorg/joda/time/DateTimeZone;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      zone  

  public abstract void setZoneRetainFields(org.joda.time.DateTimeZone);
    descriptor: (Lorg/joda/time/DateTimeZone;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      zone  

  public abstract void add(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      duration  

  public abstract void add(org.joda.time.ReadableDuration);
    descriptor: (Lorg/joda/time/ReadableDuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      duration  

  public abstract void add(org.joda.time.ReadableDuration, int);
    descriptor: (Lorg/joda/time/ReadableDuration;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      duration  
      scalar    

  public abstract void add(org.joda.time.ReadablePeriod);
    descriptor: (Lorg/joda/time/ReadablePeriod;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      period  

  public abstract void add(org.joda.time.ReadablePeriod, int);
    descriptor: (Lorg/joda/time/ReadablePeriod;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      period  
      scalar  

  public abstract void set(org.joda.time.DateTimeFieldType, int);
    descriptor: (Lorg/joda/time/DateTimeFieldType;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      type   
      value  

  public abstract void add(org.joda.time.DurationFieldType, int);
    descriptor: (Lorg/joda/time/DurationFieldType;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      type    
      amount  
}
SourceFile: "ReadWritableInstant.java"