public class org.joda.time.field.PreciseDurationField extends org.joda.time.field.BaseDurationField
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.joda.time.field.PreciseDurationField
  super_class: org.joda.time.field.BaseDurationField
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8346152187724495365

  private final long iUnitMillis;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.joda.time.DurationFieldType, long);
    descriptor: (Lorg/joda/time/DurationFieldType;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // org.joda.time.DurationFieldType type
        start local 2 // long unitMillis
         0: .line 43
            aload 0 /* this */
            aload 1 /* type */
            invokespecial org.joda.time.field.BaseDurationField.<init>:(Lorg/joda/time/DurationFieldType;)V
         1: .line 44
            aload 0 /* this */
            lload 2 /* unitMillis */
            putfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
         2: .line 45
            return
        end local 2 // long unitMillis
        end local 1 // org.joda.time.DurationFieldType type
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/joda/time/field/PreciseDurationField;
            0    3     1        type  Lorg/joda/time/DurationFieldType;
            0    3     2  unitMillis  J
    MethodParameters:
            Name  Flags
      type        
      unitMillis  

  public final boolean isPrecise();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.field.PreciseDurationField this
         0: .line 54
            iconst_1
            ireturn
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/field/PreciseDurationField;

  public final long getUnitMillis();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joda.time.field.PreciseDurationField this
         0: .line 63
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            lreturn
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/field/PreciseDurationField;

  public long getValueAsLong(long, long);
    descriptor: (JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // long duration
        start local 3 // long instant
         0: .line 76
            lload 1 /* duration */
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            ldiv
            lreturn
        end local 3 // long instant
        end local 1 // long duration
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/joda/time/field/PreciseDurationField;
            0    1     1  duration  J
            0    1     3   instant  J
    MethodParameters:
          Name  Flags
      duration  
      instant   

  public long getMillis(int, long);
    descriptor: (IJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // int value
        start local 2 // long instant
         0: .line 88
            iload 1 /* value */
            i2l
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            lmul
            lreturn
        end local 2 // long instant
        end local 1 // int value
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/joda/time/field/PreciseDurationField;
            0    1     1    value  I
            0    1     2  instant  J
    MethodParameters:
         Name  Flags
      value    
      instant  

  public long getMillis(long, long);
    descriptor: (JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // long value
        start local 3 // long instant
         0: .line 100
            lload 1 /* value */
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            invokestatic org.joda.time.field.FieldUtils.safeMultiply:(JJ)J
            lreturn
        end local 3 // long instant
        end local 1 // long value
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/joda/time/field/PreciseDurationField;
            0    1     1    value  J
            0    1     3  instant  J
    MethodParameters:
         Name  Flags
      value    
      instant  

  public long add(long, int);
    descriptor: (JI)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // long instant
        start local 3 // int value
         0: .line 104
            iload 3 /* value */
            i2l
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            lmul
            lstore 4 /* addition */
        start local 4 // long addition
         1: .line 105
            lload 1 /* instant */
            lload 4 /* addition */
            invokestatic org.joda.time.field.FieldUtils.safeAdd:(JJ)J
            lreturn
        end local 4 // long addition
        end local 3 // int value
        end local 1 // long instant
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/joda/time/field/PreciseDurationField;
            0    2     1   instant  J
            0    2     3     value  I
            1    2     4  addition  J
    MethodParameters:
         Name  Flags
      instant  
      value    

  public long add(long, long);
    descriptor: (JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // long instant
        start local 3 // long value
         0: .line 109
            lload 3 /* value */
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            invokestatic org.joda.time.field.FieldUtils.safeMultiply:(JJ)J
            lstore 5 /* addition */
        start local 5 // long addition
         1: .line 110
            lload 1 /* instant */
            lload 5 /* addition */
            invokestatic org.joda.time.field.FieldUtils.safeAdd:(JJ)J
            lreturn
        end local 5 // long addition
        end local 3 // long value
        end local 1 // long instant
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/joda/time/field/PreciseDurationField;
            0    2     1   instant  J
            0    2     3     value  J
            1    2     5  addition  J
    MethodParameters:
         Name  Flags
      instant  
      value    

  public long getDifferenceAsLong(long, long);
    descriptor: (JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // long minuendInstant
        start local 3 // long subtrahendInstant
         0: .line 114
            lload 1 /* minuendInstant */
            lload 3 /* subtrahendInstant */
            invokestatic org.joda.time.field.FieldUtils.safeSubtract:(JJ)J
            lstore 5 /* difference */
        start local 5 // long difference
         1: .line 115
            lload 5 /* difference */
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            ldiv
            lreturn
        end local 5 // long difference
        end local 3 // long subtrahendInstant
        end local 1 // long minuendInstant
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/joda/time/field/PreciseDurationField;
            0    2     1     minuendInstant  J
            0    2     3  subtrahendInstant  J
            1    2     5         difference  J
    MethodParameters:
                   Name  Flags
      minuendInstant     
      subtrahendInstant  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.joda.time.field.PreciseDurationField this
        start local 1 // java.lang.Object obj
         0: .line 127
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 128
            iconst_1
            ireturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.joda.time.field.PreciseDurationField
            ifeq 6
         3: .line 130
            aload 1 /* obj */
            checkcast org.joda.time.field.PreciseDurationField
            astore 2 /* other */
        start local 2 // org.joda.time.field.PreciseDurationField other
         4: .line 131
            aload 0 /* this */
            invokevirtual org.joda.time.field.PreciseDurationField.getType:()Lorg/joda/time/DurationFieldType;
            aload 2 /* other */
            invokevirtual org.joda.time.field.PreciseDurationField.getType:()Lorg/joda/time/DurationFieldType;
            if_acmpne 5
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            aload 2 /* other */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals: org.joda.time.field.PreciseDurationField
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // org.joda.time.field.PreciseDurationField other
         6: .line 133
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/joda/time/field/PreciseDurationField;
            0    7     1    obj  Ljava/lang/Object;
            4    6     2  other  Lorg/joda/time/field/PreciseDurationField;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.joda.time.field.PreciseDurationField this
         0: .line 142
            aload 0 /* this */
            getfield org.joda.time.field.PreciseDurationField.iUnitMillis:J
            lstore 1 /* millis */
        start local 1 // long millis
         1: .line 143
            lload 1 /* millis */
            lload 1 /* millis */
            bipush 32
            lushr
            lxor
            l2i
            istore 3 /* hash */
        start local 3 // int hash
         2: .line 144
            iload 3 /* hash */
            aload 0 /* this */
            invokevirtual org.joda.time.field.PreciseDurationField.getType:()Lorg/joda/time/DurationFieldType;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 3 /* hash */
         3: .line 145
            iload 3 /* hash */
            ireturn
        end local 3 // int hash
        end local 1 // long millis
        end local 0 // org.joda.time.field.PreciseDurationField this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/joda/time/field/PreciseDurationField;
            1    4     1  millis  J
            2    4     3    hash  I
}
SourceFile: "PreciseDurationField.java"