public final class org.apache.commons.lang.math.Fraction extends java.lang.Number implements java.lang.Comparable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.lang.math.Fraction
  super_class: java.lang.Number
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65382027393090

  public static final org.apache.commons.lang.math.Fraction ZERO;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction ONE;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction ONE_HALF;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction ONE_THIRD;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction TWO_THIRDS;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction ONE_QUARTER;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction TWO_QUARTERS;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction THREE_QUARTERS;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction ONE_FIFTH;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction TWO_FIFTHS;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction THREE_FIFTHS;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.lang.math.Fraction FOUR_FIFTHS;
    descriptor: Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final int numerator;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int denominator;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private transient int hashCode;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.lang.String toString;
    descriptor: Ljava/lang/String;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.lang.String toProperString;
    descriptor: Ljava/lang/String;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 50
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_0
            iconst_1
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.ZERO:Lorg/apache/commons/lang/math/Fraction;
         1: .line 54
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_1
            iconst_1
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.ONE:Lorg/apache/commons/lang/math/Fraction;
         2: .line 58
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_1
            iconst_2
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.ONE_HALF:Lorg/apache/commons/lang/math/Fraction;
         3: .line 62
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_1
            iconst_3
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.ONE_THIRD:Lorg/apache/commons/lang/math/Fraction;
         4: .line 66
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_2
            iconst_3
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.TWO_THIRDS:Lorg/apache/commons/lang/math/Fraction;
         5: .line 70
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_1
            iconst_4
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.ONE_QUARTER:Lorg/apache/commons/lang/math/Fraction;
         6: .line 74
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_2
            iconst_4
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.TWO_QUARTERS:Lorg/apache/commons/lang/math/Fraction;
         7: .line 78
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_3
            iconst_4
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.THREE_QUARTERS:Lorg/apache/commons/lang/math/Fraction;
         8: .line 82
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_1
            iconst_5
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.ONE_FIFTH:Lorg/apache/commons/lang/math/Fraction;
         9: .line 86
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_2
            iconst_5
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.TWO_FIFTHS:Lorg/apache/commons/lang/math/Fraction;
        10: .line 90
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_3
            iconst_5
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.THREE_FIFTHS:Lorg/apache/commons/lang/math/Fraction;
        11: .line 94
            new org.apache.commons.lang.math.Fraction
            dup
            iconst_4
            iconst_5
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            putstatic org.apache.commons.lang.math.Fraction.FOUR_FIFTHS:Lorg/apache/commons/lang/math/Fraction;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // int numerator
        start local 2 // int denominator
         0: .line 127
            aload 0 /* this */
            invokespecial java.lang.Number.<init>:()V
         1: .line 109
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.lang.math.Fraction.hashCode:I
         2: .line 113
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.lang.math.Fraction.toString:Ljava/lang/String;
         3: .line 117
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
         4: .line 128
            aload 0 /* this */
            iload 1 /* numerator */
            putfield org.apache.commons.lang.math.Fraction.numerator:I
         5: .line 129
            aload 0 /* this */
            iload 2 /* denominator */
            putfield org.apache.commons.lang.math.Fraction.denominator:I
         6: .line 130
            return
        end local 2 // int denominator
        end local 1 // int numerator
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/apache/commons/lang/math/Fraction;
            0    7     1    numerator  I
            0    7     2  denominator  I
    MethodParameters:
             Name  Flags
      numerator    
      denominator  

  public static org.apache.commons.lang.math.Fraction getFraction(int, int);
    descriptor: (II)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int numerator
        start local 1 // int denominator
         0: .line 144
            iload 1 /* denominator */
            ifne 2
         1: .line 145
            new java.lang.ArithmeticException
            dup
            ldc "The denominator must not be zero"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 147
      StackMap locals:
      StackMap stack:
            iload 1 /* denominator */
            ifge 8
         3: .line 148
            iload 0 /* numerator */
            ldc -2147483648
            if_icmpeq 5
         4: .line 149
            iload 1 /* denominator */
            ldc -2147483648
            if_icmpne 6
         5: .line 150
      StackMap locals:
      StackMap stack:
            new java.lang.ArithmeticException
            dup
            ldc "overflow: can't negate"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 152
      StackMap locals:
      StackMap stack:
            iload 0 /* numerator */
            ineg
            istore 0 /* numerator */
         7: .line 153
            iload 1 /* denominator */
            ineg
            istore 1 /* denominator */
         8: .line 155
      StackMap locals:
      StackMap stack:
            new org.apache.commons.lang.math.Fraction
            dup
            iload 0 /* numerator */
            iload 1 /* denominator */
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
        end local 1 // int denominator
        end local 0 // int numerator
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0    numerator  I
            0    9     1  denominator  I
    MethodParameters:
             Name  Flags
      numerator    
      denominator  

  public static org.apache.commons.lang.math.Fraction getFraction(int, int, int);
    descriptor: (III)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // int whole
        start local 1 // int numerator
        start local 2 // int denominator
         0: .line 175
            iload 2 /* denominator */
            ifne 2
         1: .line 176
            new java.lang.ArithmeticException
            dup
            ldc "The denominator must not be zero"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 178
      StackMap locals:
      StackMap stack:
            iload 2 /* denominator */
            ifge 4
         3: .line 179
            new java.lang.ArithmeticException
            dup
            ldc "The denominator must not be negative"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 181
      StackMap locals:
      StackMap stack:
            iload 1 /* numerator */
            ifge 6
         5: .line 182
            new java.lang.ArithmeticException
            dup
            ldc "The numerator must not be negative"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 185
      StackMap locals:
      StackMap stack:
            iload 0 /* whole */
            ifge 9
         7: .line 186
            iload 0 /* whole */
            i2l
            iload 2 /* denominator */
            i2l
            lmul
            iload 1 /* numerator */
            i2l
            lsub
            lstore 3 /* numeratorValue */
        start local 3 // long numeratorValue
         8: .line 187
            goto 10
        end local 3 // long numeratorValue
         9: .line 188
      StackMap locals:
      StackMap stack:
            iload 0 /* whole */
            i2l
            iload 2 /* denominator */
            i2l
            lmul
            iload 1 /* numerator */
            i2l
            ladd
            lstore 3 /* numeratorValue */
        start local 3 // long numeratorValue
        10: .line 190
      StackMap locals: long
      StackMap stack:
            lload 3 /* numeratorValue */
            ldc -2147483648
            lcmp
            iflt 12
        11: .line 191
            lload 3 /* numeratorValue */
            ldc 2147483647
            lcmp
            ifle 13
        12: .line 192
      StackMap locals:
      StackMap stack:
            new java.lang.ArithmeticException
            dup
            ldc "Numerator too large to represent as an Integer."
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 194
      StackMap locals:
      StackMap stack:
            new org.apache.commons.lang.math.Fraction
            dup
            lload 3 /* numeratorValue */
            l2i
            iload 2 /* denominator */
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
        end local 3 // long numeratorValue
        end local 2 // int denominator
        end local 1 // int numerator
        end local 0 // int whole
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0           whole  I
            0   14     1       numerator  I
            0   14     2     denominator  I
            8    9     3  numeratorValue  J
           10   14     3  numeratorValue  J
    MethodParameters:
             Name  Flags
      whole        
      numerator    
      denominator  

  public static org.apache.commons.lang.math.Fraction getReducedFraction(int, int);
    descriptor: (II)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // int numerator
        start local 1 // int denominator
         0: .line 212
            iload 1 /* denominator */
            ifne 2
         1: .line 213
            new java.lang.ArithmeticException
            dup
            ldc "The denominator must not be zero"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 215
      StackMap locals:
      StackMap stack:
            iload 0 /* numerator */
            ifne 4
         3: .line 216
            getstatic org.apache.commons.lang.math.Fraction.ZERO:Lorg/apache/commons/lang/math/Fraction;
            areturn
         4: .line 219
      StackMap locals:
      StackMap stack:
            iload 1 /* denominator */
            ldc -2147483648
            if_icmpne 6
            iload 0 /* numerator */
            iconst_1
            iand
            ifne 6
         5: .line 220
            iload 0 /* numerator */
            iconst_2
            idiv
            istore 0 /* numerator */
            iload 1 /* denominator */
            iconst_2
            idiv
            istore 1 /* denominator */
         6: .line 222
      StackMap locals:
      StackMap stack:
            iload 1 /* denominator */
            ifge 12
         7: .line 223
            iload 0 /* numerator */
            ldc -2147483648
            if_icmpeq 9
         8: .line 224
            iload 1 /* denominator */
            ldc -2147483648
            if_icmpne 10
         9: .line 225
      StackMap locals:
      StackMap stack:
            new java.lang.ArithmeticException
            dup
            ldc "overflow: can't negate"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 227
      StackMap locals:
      StackMap stack:
            iload 0 /* numerator */
            ineg
            istore 0 /* numerator */
        11: .line 228
            iload 1 /* denominator */
            ineg
            istore 1 /* denominator */
        12: .line 231
      StackMap locals:
      StackMap stack:
            iload 0 /* numerator */
            iload 1 /* denominator */
            invokestatic org.apache.commons.lang.math.Fraction.greatestCommonDivisor:(II)I
            istore 2 /* gcd */
        start local 2 // int gcd
        13: .line 232
            iload 0 /* numerator */
            iload 2 /* gcd */
            idiv
            istore 0 /* numerator */
        14: .line 233
            iload 1 /* denominator */
            iload 2 /* gcd */
            idiv
            istore 1 /* denominator */
        15: .line 234
            new org.apache.commons.lang.math.Fraction
            dup
            iload 0 /* numerator */
            iload 1 /* denominator */
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
        end local 2 // int gcd
        end local 1 // int denominator
        end local 0 // int numerator
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0    numerator  I
            0   16     1  denominator  I
           13   16     2          gcd  I
    MethodParameters:
             Name  Flags
      numerator    
      denominator  

  public static org.apache.commons.lang.math.Fraction getFraction(double);
    descriptor: (D)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=27, args_size=1
        start local 0 // double value
         0: .line 252
            dload 0 /* value */
            dconst_0
            dcmpg
            ifge 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* sign */
        start local 2 // int sign
         3: .line 253
            dload 0 /* value */
            invokestatic java.lang.Math.abs:(D)D
            dstore 0 /* value */
         4: .line 254
            dload 0 /* value */
            ldc 2.147483647E9
            dcmpl
            ifgt 5
            dload 0 /* value */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 8
         5: .line 255
      StackMap locals: int
      StackMap stack:
            new java.lang.ArithmeticException
            dup
         6: .line 256
            ldc "The value must not be greater than Integer.MAX_VALUE or NaN"
         7: .line 255
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 258
      StackMap locals:
      StackMap stack:
            dload 0 /* value */
            d2i
            istore 3 /* wholeNumber */
        start local 3 // int wholeNumber
         9: .line 259
            dload 0 /* value */
            iload 3 /* wholeNumber */
            i2d
            dsub
            dstore 0 /* value */
        10: .line 261
            iconst_0
            istore 4 /* numer0 */
        start local 4 // int numer0
        11: .line 262
            iconst_1
            istore 5 /* denom0 */
        start local 5 // int denom0
        12: .line 263
            iconst_1
            istore 6 /* numer1 */
        start local 6 // int numer1
        13: .line 264
            iconst_0
            istore 7 /* denom1 */
        start local 7 // int denom1
        14: .line 265
            iconst_0
            istore 8 /* numer2 */
        start local 8 // int numer2
        15: .line 266
            iconst_0
            istore 9 /* denom2 */
        start local 9 // int denom2
        16: .line 267
            dload 0 /* value */
            d2i
            istore 10 /* a1 */
        start local 10 // int a1
        17: .line 268
            iconst_0
            istore 11 /* a2 */
        start local 11 // int a2
        18: .line 269
            dconst_1
            dstore 12 /* x1 */
        start local 12 // double x1
        19: .line 270
            dconst_0
            dstore 14 /* x2 */
        start local 14 // double x2
        20: .line 271
            dload 0 /* value */
            iload 10 /* a1 */
            i2d
            dsub
            dstore 16 /* y1 */
        start local 16 // double y1
        21: .line 272
            dconst_0
            dstore 18 /* y2 */
        start local 18 // double y2
        22: .line 273
            ldc 1.7976931348623157E308
            dstore 22 /* delta2 */
        start local 22 // double delta2
        23: .line 275
            iconst_1
            istore 26 /* i */
        start local 26 // int i
        24: .line 278
      StackMap locals: double int int int int int int int int int int double double double double top top double top top int
      StackMap stack:
            dload 22 /* delta2 */
            dstore 20 /* delta1 */
        start local 20 // double delta1
        25: .line 279
            dload 12 /* x1 */
            dload 16 /* y1 */
            ddiv
            d2i
            istore 11 /* a2 */
        26: .line 280
            dload 16 /* y1 */
            dstore 14 /* x2 */
        27: .line 281
            dload 12 /* x1 */
            iload 11 /* a2 */
            i2d
            dload 16 /* y1 */
            dmul
            dsub
            dstore 18 /* y2 */
        28: .line 282
            iload 10 /* a1 */
            iload 6 /* numer1 */
            imul
            iload 4 /* numer0 */
            iadd
            istore 8 /* numer2 */
        29: .line 283
            iload 10 /* a1 */
            iload 7 /* denom1 */
            imul
            iload 5 /* denom0 */
            iadd
            istore 9 /* denom2 */
        30: .line 284
            iload 8 /* numer2 */
            i2d
            iload 9 /* denom2 */
            i2d
            ddiv
            dstore 24 /* fraction */
        start local 24 // double fraction
        31: .line 285
            dload 0 /* value */
            dload 24 /* fraction */
            dsub
            invokestatic java.lang.Math.abs:(D)D
            dstore 22 /* delta2 */
        32: .line 287
            iload 11 /* a2 */
            istore 10 /* a1 */
        33: .line 288
            dload 14 /* x2 */
            dstore 12 /* x1 */
        34: .line 289
            dload 18 /* y2 */
            dstore 16 /* y1 */
        35: .line 290
            iload 6 /* numer1 */
            istore 4 /* numer0 */
        36: .line 291
            iload 7 /* denom1 */
            istore 5 /* denom0 */
        37: .line 292
            iload 8 /* numer2 */
            istore 6 /* numer1 */
        38: .line 293
            iload 9 /* denom2 */
            istore 7 /* denom1 */
        39: .line 294
            iinc 26 /* i */ 1
        40: .line 296
            dload 20 /* delta1 */
            dload 22 /* delta2 */
            dcmpl
            ifle 42
            iload 9 /* denom2 */
            sipush 10000
            if_icmpgt 42
            iload 9 /* denom2 */
            ifle 42
            iload 26 /* i */
            bipush 25
        41: .line 277
            if_icmplt 24
        42: .line 297
      StackMap locals: double int int int int int int int int int int double double double double double double double int
      StackMap stack:
            iload 26 /* i */
            bipush 25
            if_icmpne 44
        43: .line 298
            new java.lang.ArithmeticException
            dup
            ldc "Unable to convert double to fraction"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
        44: .line 300
      StackMap locals:
      StackMap stack:
            iload 4 /* numer0 */
            iload 3 /* wholeNumber */
            iload 5 /* denom0 */
            imul
            iadd
            iload 2 /* sign */
            imul
            iload 5 /* denom0 */
            invokestatic org.apache.commons.lang.math.Fraction.getReducedFraction:(II)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 26 // int i
        end local 24 // double fraction
        end local 22 // double delta2
        end local 20 // double delta1
        end local 18 // double y2
        end local 16 // double y1
        end local 14 // double x2
        end local 12 // double x1
        end local 11 // int a2
        end local 10 // int a1
        end local 9 // int denom2
        end local 8 // int numer2
        end local 7 // int denom1
        end local 6 // int numer1
        end local 5 // int denom0
        end local 4 // int numer0
        end local 3 // int wholeNumber
        end local 2 // int sign
        end local 0 // double value
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   45     0        value  D
            3   45     2         sign  I
            9   45     3  wholeNumber  I
           11   45     4       numer0  I
           12   45     5       denom0  I
           13   45     6       numer1  I
           14   45     7       denom1  I
           15   45     8       numer2  I
           16   45     9       denom2  I
           17   45    10           a1  I
           18   45    11           a2  I
           19   45    12           x1  D
           20   45    14           x2  D
           21   45    16           y1  D
           22   45    18           y2  D
           25   45    20       delta1  D
           23   45    22       delta2  D
           31   45    24     fraction  D
           24   45    26            i  I
    MethodParameters:
       Name  Flags
      value  

  public static org.apache.commons.lang.math.Fraction getFraction(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // java.lang.String str
         0: .line 322
            aload 0 /* str */
            ifnonnull 2
         1: .line 323
            new java.lang.IllegalArgumentException
            dup
            ldc "The string must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* str */
            bipush 46
            invokevirtual java.lang.String.indexOf:(I)I
            istore 1 /* pos */
        start local 1 // int pos
         3: .line 327
            iload 1 /* pos */
            iflt 5
         4: .line 328
            aload 0 /* str */
            invokestatic java.lang.Double.parseDouble:(Ljava/lang/String;)D
            invokestatic org.apache.commons.lang.math.Fraction.getFraction:(D)Lorg/apache/commons/lang/math/Fraction;
            areturn
         5: .line 332
      StackMap locals: int
      StackMap stack:
            aload 0 /* str */
            bipush 32
            invokevirtual java.lang.String.indexOf:(I)I
            istore 1 /* pos */
         6: .line 333
            iload 1 /* pos */
            ifle 15
         7: .line 334
            aload 0 /* str */
            iconst_0
            iload 1 /* pos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 2 /* whole */
        start local 2 // int whole
         8: .line 335
            aload 0 /* str */
            iload 1 /* pos */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 0 /* str */
         9: .line 336
            aload 0 /* str */
            bipush 47
            invokevirtual java.lang.String.indexOf:(I)I
            istore 1 /* pos */
        10: .line 337
            iload 1 /* pos */
            ifge 12
        11: .line 338
            new java.lang.NumberFormatException
            dup
            ldc "The fraction could not be parsed as the format X Y/Z"
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 340
      StackMap locals: int
      StackMap stack:
            aload 0 /* str */
            iconst_0
            iload 1 /* pos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 3 /* numer */
        start local 3 // int numer
        13: .line 341
            aload 0 /* str */
            iload 1 /* pos */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 4 /* denom */
        start local 4 // int denom
        14: .line 342
            iload 2 /* whole */
            iload 3 /* numer */
            iload 4 /* denom */
            invokestatic org.apache.commons.lang.math.Fraction.getFraction:(III)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 4 // int denom
        end local 3 // int numer
        end local 2 // int whole
        15: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* str */
            bipush 47
            invokevirtual java.lang.String.indexOf:(I)I
            istore 1 /* pos */
        16: .line 348
            iload 1 /* pos */
            ifge 18
        17: .line 350
            aload 0 /* str */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            iconst_1
            invokestatic org.apache.commons.lang.math.Fraction.getFraction:(II)Lorg/apache/commons/lang/math/Fraction;
            areturn
        18: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* str */
            iconst_0
            iload 1 /* pos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 2 /* numer */
        start local 2 // int numer
        19: .line 353
            aload 0 /* str */
            iload 1 /* pos */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 3 /* denom */
        start local 3 // int denom
        20: .line 354
            iload 2 /* numer */
            iload 3 /* denom */
            invokestatic org.apache.commons.lang.math.Fraction.getFraction:(II)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 3 // int denom
        end local 2 // int numer
        end local 1 // int pos
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0    str  Ljava/lang/String;
            3   21     1    pos  I
            8   15     2  whole  I
           13   15     3  numer  I
           14   15     4  denom  I
           19   21     2  numer  I
           20   21     3  denom  I
    MethodParameters:
      Name  Flags
      str   

  public int getNumerator();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 370
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ireturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public int getDenominator();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 379
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            ireturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public int getProperNumerator();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 394
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            irem
            invokestatic java.lang.Math.abs:(I)I
            ireturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public int getProperWhole();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 409
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            idiv
            ireturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 422
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            idiv
            ireturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 432
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            i2l
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            i2l
            ldiv
            lreturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 442
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            i2f
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            i2f
            fdiv
            freturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 452
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            i2d
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            i2d
            ddiv
            dreturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/math/Fraction;

  public org.apache.commons.lang.math.Fraction reduce();
    descriptor: ()Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 468
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifne 4
         1: .line 469
            aload 0 /* this */
            getstatic org.apache.commons.lang.math.Fraction.ZERO:Lorg/apache/commons/lang/math/Fraction;
            invokevirtual org.apache.commons.lang.math.Fraction.equals:(Ljava/lang/Object;)Z
            ifeq 2
            aload 0 /* this */
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic org.apache.commons.lang.math.Fraction.ZERO:Lorg/apache/commons/lang/math/Fraction;
      StackMap locals:
      StackMap stack: org.apache.commons.lang.math.Fraction
         3: areturn
         4: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            invokestatic java.lang.Math.abs:(I)I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokestatic org.apache.commons.lang.math.Fraction.greatestCommonDivisor:(II)I
            istore 1 /* gcd */
        start local 1 // int gcd
         5: .line 472
            iload 1 /* gcd */
            iconst_1
            if_icmpne 7
         6: .line 473
            aload 0 /* this */
            areturn
         7: .line 475
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            iload 1 /* gcd */
            idiv
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            iload 1 /* gcd */
            idiv
            invokestatic org.apache.commons.lang.math.Fraction.getFraction:(II)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 1 // int gcd
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/lang/math/Fraction;
            5    8     1   gcd  I

  public org.apache.commons.lang.math.Fraction invert();
    descriptor: ()Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 488
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifne 2
         1: .line 489
            new java.lang.ArithmeticException
            dup
            ldc "Unable to invert zero."
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ldc -2147483648
            if_icmpne 4
         3: .line 492
            new java.lang.ArithmeticException
            dup
            ldc "overflow: can't negate numerator"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifge 6
         5: .line 495
            new org.apache.commons.lang.math.Fraction
            dup
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            ineg
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ineg
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
         6: .line 497
      StackMap locals:
      StackMap stack:
            new org.apache.commons.lang.math.Fraction
            dup
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/lang/math/Fraction;

  public org.apache.commons.lang.math.Fraction negate();
    descriptor: ()Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 510
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ldc -2147483648
            if_icmpne 2
         1: .line 511
            new java.lang.ArithmeticException
            dup
            ldc "overflow: too large to negate"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 513
      StackMap locals:
      StackMap stack:
            new org.apache.commons.lang.math.Fraction
            dup
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ineg
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/lang/math/Fraction;

  public org.apache.commons.lang.math.Fraction abs();
    descriptor: ()Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 526
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            iflt 2
         1: .line 527
            aload 0 /* this */
            areturn
         2: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.negate:()Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/lang/math/Fraction;

  public org.apache.commons.lang.math.Fraction pow(int);
    descriptor: (I)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // int power
         0: .line 545
            iload 1 /* power */
            iconst_1
            if_icmpne 2
         1: .line 546
            aload 0 /* this */
            areturn
         2: .line 547
      StackMap locals:
      StackMap stack:
            iload 1 /* power */
            ifne 4
         3: .line 548
            getstatic org.apache.commons.lang.math.Fraction.ONE:Lorg/apache/commons/lang/math/Fraction;
            areturn
         4: .line 549
      StackMap locals:
      StackMap stack:
            iload 1 /* power */
            ifge 8
         5: .line 550
            iload 1 /* power */
            ldc -2147483648
            if_icmpne 7
         6: .line 551
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.invert:()Lorg/apache/commons/lang/math/Fraction;
            iconst_2
            invokevirtual org.apache.commons.lang.math.Fraction.pow:(I)Lorg/apache/commons/lang/math/Fraction;
            iload 1 /* power */
            iconst_2
            idiv
            ineg
            invokevirtual org.apache.commons.lang.math.Fraction.pow:(I)Lorg/apache/commons/lang/math/Fraction;
            areturn
         7: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.invert:()Lorg/apache/commons/lang/math/Fraction;
            iload 1 /* power */
            ineg
            invokevirtual org.apache.commons.lang.math.Fraction.pow:(I)Lorg/apache/commons/lang/math/Fraction;
            areturn
         8: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.multiplyBy:(Lorg/apache/commons/lang/math/Fraction;)Lorg/apache/commons/lang/math/Fraction;
            astore 2 /* f */
        start local 2 // org.apache.commons.lang.math.Fraction f
         9: .line 556
            iload 1 /* power */
            iconst_2
            irem
            ifne 11
        10: .line 557
            aload 2 /* f */
            iload 1 /* power */
            iconst_2
            idiv
            invokevirtual org.apache.commons.lang.math.Fraction.pow:(I)Lorg/apache/commons/lang/math/Fraction;
            areturn
        11: .line 559
      StackMap locals: org.apache.commons.lang.math.Fraction
      StackMap stack:
            aload 2 /* f */
            iload 1 /* power */
            iconst_2
            idiv
            invokevirtual org.apache.commons.lang.math.Fraction.pow:(I)Lorg/apache/commons/lang/math/Fraction;
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.multiplyBy:(Lorg/apache/commons/lang/math/Fraction;)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 2 // org.apache.commons.lang.math.Fraction f
        end local 1 // int power
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/apache/commons/lang/math/Fraction;
            0   12     1  power  I
            9   12     2      f  Lorg/apache/commons/lang/math/Fraction;
    MethodParameters:
       Name  Flags
      power  

  private static int greatestCommonDivisor(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // int u
        start local 1 // int v
         0: .line 576
            iload 0 /* u */
            invokestatic java.lang.Math.abs:(I)I
            iconst_1
            if_icmple 1
            iload 1 /* v */
            invokestatic java.lang.Math.abs:(I)I
            iconst_1
            if_icmpgt 2
         1: .line 577
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 583
      StackMap locals:
      StackMap stack:
            iload 0 /* u */
            ifle 3
            iload 0 /* u */
            ineg
            istore 0 /* u */
         3: .line 584
      StackMap locals:
      StackMap stack:
            iload 1 /* v */
            ifle 4
            iload 1 /* v */
            ineg
            istore 1 /* v */
         4: .line 586
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* k */
        start local 2 // int k
         5: .line 587
            goto 7
         6: .line 588
      StackMap locals: int
      StackMap stack:
            iload 0 /* u */
            iconst_2
            idiv
            istore 0 /* u */
            iload 1 /* v */
            iconst_2
            idiv
            istore 1 /* v */
            iinc 2 /* k */ 1
         7: .line 587
      StackMap locals:
      StackMap stack:
            iload 0 /* u */
            iconst_1
            iand
            ifne 8
            iload 1 /* v */
            iconst_1
            iand
            ifne 8
            iload 2 /* k */
            bipush 31
            if_icmplt 6
         8: .line 590
      StackMap locals:
      StackMap stack:
            iload 2 /* k */
            bipush 31
            if_icmpne 10
         9: .line 591
            new java.lang.ArithmeticException
            dup
            ldc "overflow: gcd is 2^31"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 595
      StackMap locals:
      StackMap stack:
            iload 0 /* u */
            iconst_1
            iand
            iconst_1
            if_icmpne 11
            iload 1 /* v */
            goto 12
      StackMap locals:
      StackMap stack:
        11: iload 0 /* u */
            iconst_2
            idiv
            ineg
      StackMap locals:
      StackMap stack: int
        12: istore 3 /* t */
        start local 3 // int t
        13: .line 601
            goto 15
        14: .line 602
      StackMap locals: int
      StackMap stack:
            iload 3 /* t */
            iconst_2
            idiv
            istore 3 /* t */
        15: .line 601
      StackMap locals:
      StackMap stack:
            iload 3 /* t */
            iconst_1
            iand
            ifeq 14
        16: .line 605
            iload 3 /* t */
            ifle 19
        17: .line 606
            iload 3 /* t */
            ineg
            istore 0 /* u */
        18: .line 607
            goto 20
        19: .line 608
      StackMap locals:
      StackMap stack:
            iload 3 /* t */
            istore 1 /* v */
        20: .line 611
      StackMap locals:
      StackMap stack:
            iload 1 /* v */
            iload 0 /* u */
            isub
            iconst_2
            idiv
            istore 3 /* t */
        21: .line 614
            iload 3 /* t */
            ifne 15
        22: .line 615
            iload 0 /* u */
            ineg
            iconst_1
            iload 2 /* k */
            ishl
            imul
            ireturn
        end local 3 // int t
        end local 2 // int k
        end local 1 // int v
        end local 0 // int u
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0     u  I
            0   23     1     v  I
            5   23     2     k  I
           13   23     3     t  I
    MethodParameters:
      Name  Flags
      u     
      v     

  private static int mulAndCheck(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 631
            iload 0 /* x */
            i2l
            iload 1 /* y */
            i2l
            lmul
            lstore 2 /* m */
        start local 2 // long m
         1: .line 632
            lload 2 /* m */
            ldc -2147483648
            lcmp
            iflt 3
         2: .line 633
            lload 2 /* m */
            ldc 2147483647
            lcmp
            ifle 4
         3: .line 634
      StackMap locals: long
      StackMap stack:
            new java.lang.ArithmeticException
            dup
            ldc "overflow: mul"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 636
      StackMap locals:
      StackMap stack:
            lload 2 /* m */
            l2i
            ireturn
        end local 2 // long m
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     x  I
            0    5     1     y  I
            1    5     2     m  J
    MethodParameters:
      Name  Flags
      x     
      y     

  private static int mulPosAndCheck(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 650
            iload 0 /* x */
            i2l
            iload 1 /* y */
            i2l
            lmul
            lstore 2 /* m */
        start local 2 // long m
         1: .line 651
            lload 2 /* m */
            ldc 2147483647
            lcmp
            ifle 3
         2: .line 652
            new java.lang.ArithmeticException
            dup
            ldc "overflow: mulPos"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 654
      StackMap locals: long
      StackMap stack:
            lload 2 /* m */
            l2i
            ireturn
        end local 2 // long m
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  I
            0    4     1     y  I
            1    4     2     m  J
    MethodParameters:
      Name  Flags
      x     
      y     

  private static int addAndCheck(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 667
            iload 0 /* x */
            i2l
            iload 1 /* y */
            i2l
            ladd
            lstore 2 /* s */
        start local 2 // long s
         1: .line 668
            lload 2 /* s */
            ldc -2147483648
            lcmp
            iflt 3
         2: .line 669
            lload 2 /* s */
            ldc 2147483647
            lcmp
            ifle 4
         3: .line 670
      StackMap locals: long
      StackMap stack:
            new java.lang.ArithmeticException
            dup
            ldc "overflow: add"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 672
      StackMap locals:
      StackMap stack:
            lload 2 /* s */
            l2i
            ireturn
        end local 2 // long s
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     x  I
            0    5     1     y  I
            1    5     2     s  J
    MethodParameters:
      Name  Flags
      x     
      y     

  private static int subAndCheck(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 685
            iload 0 /* x */
            i2l
            iload 1 /* y */
            i2l
            lsub
            lstore 2 /* s */
        start local 2 // long s
         1: .line 686
            lload 2 /* s */
            ldc -2147483648
            lcmp
            iflt 3
         2: .line 687
            lload 2 /* s */
            ldc 2147483647
            lcmp
            ifle 4
         3: .line 688
      StackMap locals: long
      StackMap stack:
            new java.lang.ArithmeticException
            dup
            ldc "overflow: add"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 690
      StackMap locals:
      StackMap stack:
            lload 2 /* s */
            l2i
            ireturn
        end local 2 // long s
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     x  I
            0    5     1     y  I
            1    5     2     s  J
    MethodParameters:
      Name  Flags
      x     
      y     

  public org.apache.commons.lang.math.Fraction add(org.apache.commons.lang.math.Fraction);
    descriptor: (Lorg/apache/commons/lang/math/Fraction;)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // org.apache.commons.lang.math.Fraction fraction
         0: .line 704
            aload 0 /* this */
            aload 1 /* fraction */
            iconst_1
            invokevirtual org.apache.commons.lang.math.Fraction.addSub:(Lorg/apache/commons/lang/math/Fraction;Z)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 1 // org.apache.commons.lang.math.Fraction fraction
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/lang/math/Fraction;
            0    1     1  fraction  Lorg/apache/commons/lang/math/Fraction;
    MethodParameters:
          Name  Flags
      fraction  

  public org.apache.commons.lang.math.Fraction subtract(org.apache.commons.lang.math.Fraction);
    descriptor: (Lorg/apache/commons/lang/math/Fraction;)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // org.apache.commons.lang.math.Fraction fraction
         0: .line 718
            aload 0 /* this */
            aload 1 /* fraction */
            iconst_0
            invokevirtual org.apache.commons.lang.math.Fraction.addSub:(Lorg/apache/commons/lang/math/Fraction;Z)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 1 // org.apache.commons.lang.math.Fraction fraction
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/lang/math/Fraction;
            0    1     1  fraction  Lorg/apache/commons/lang/math/Fraction;
    MethodParameters:
          Name  Flags
      fraction  

  private org.apache.commons.lang.math.Fraction addSub(org.apache.commons.lang.math.Fraction, boolean);
    descriptor: (Lorg/apache/commons/lang/math/Fraction;Z)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=3
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // org.apache.commons.lang.math.Fraction fraction
        start local 2 // boolean isAdd
         0: .line 732
            aload 1 /* fraction */
            ifnonnull 2
         1: .line 733
            new java.lang.IllegalArgumentException
            dup
            ldc "The fraction must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifne 6
         3: .line 737
            iload 2 /* isAdd */
            ifeq 4
            aload 1 /* fraction */
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 1 /* fraction */
            invokevirtual org.apache.commons.lang.math.Fraction.negate:()Lorg/apache/commons/lang/math/Fraction;
      StackMap locals:
      StackMap stack: org.apache.commons.lang.math.Fraction
         5: areturn
         6: .line 739
      StackMap locals:
      StackMap stack:
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifne 8
         7: .line 740
            aload 0 /* this */
            areturn
         8: .line 744
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokestatic org.apache.commons.lang.math.Fraction.greatestCommonDivisor:(II)I
            istore 3 /* d1 */
        start local 3 // int d1
         9: .line 745
            iload 3 /* d1 */
            iconst_1
            if_icmpne 17
        10: .line 747
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokestatic org.apache.commons.lang.math.Fraction.mulAndCheck:(II)I
            istore 4 /* uvp */
        start local 4 // int uvp
        11: .line 748
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokestatic org.apache.commons.lang.math.Fraction.mulAndCheck:(II)I
            istore 5 /* upv */
        start local 5 // int upv
        12: .line 749
            new org.apache.commons.lang.math.Fraction
            dup
        13: .line 750
            iload 2 /* isAdd */
            ifeq 14
            iload 4 /* uvp */
            iload 5 /* upv */
            invokestatic org.apache.commons.lang.math.Fraction.addAndCheck:(II)I
            goto 15
      StackMap locals: org.apache.commons.lang.math.Fraction org.apache.commons.lang.math.Fraction int int int int
      StackMap stack: new 12 new 12
        14: iload 4 /* uvp */
            iload 5 /* upv */
            invokestatic org.apache.commons.lang.math.Fraction.subAndCheck:(II)I
        15: .line 751
      StackMap locals: org.apache.commons.lang.math.Fraction org.apache.commons.lang.math.Fraction int int int int
      StackMap stack: new 12 new 12 int
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokestatic org.apache.commons.lang.math.Fraction.mulPosAndCheck:(II)I
        16: .line 749
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
        end local 5 // int upv
        end local 4 // int uvp
        17: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            i2l
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
        18: .line 757
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            iload 3 /* d1 */
            idiv
            i2l
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.multiply:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
        19: .line 756
            astore 4 /* uvp */
        start local 4 // java.math.BigInteger uvp
        20: .line 758
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            i2l
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
        21: .line 759
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            iload 3 /* d1 */
            idiv
            i2l
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.multiply:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
        22: .line 758
            astore 5 /* upv */
        start local 5 // java.math.BigInteger upv
        23: .line 760
            iload 2 /* isAdd */
            ifeq 24
            aload 4 /* uvp */
            aload 5 /* upv */
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            goto 25
      StackMap locals: java.math.BigInteger java.math.BigInteger
      StackMap stack:
        24: aload 4 /* uvp */
            aload 5 /* upv */
            invokevirtual java.math.BigInteger.subtract:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
      StackMap locals:
      StackMap stack: java.math.BigInteger
        25: astore 6 /* t */
        start local 6 // java.math.BigInteger t
        26: .line 763
            aload 6 /* t */
            iload 3 /* d1 */
            i2l
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.mod:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            istore 7 /* tmodd1 */
        start local 7 // int tmodd1
        27: .line 764
            iload 7 /* tmodd1 */
            ifne 28
            iload 3 /* d1 */
            goto 29
      StackMap locals: java.math.BigInteger int
      StackMap stack:
        28: iload 7 /* tmodd1 */
            iload 3 /* d1 */
            invokestatic org.apache.commons.lang.math.Fraction.greatestCommonDivisor:(II)I
      StackMap locals:
      StackMap stack: int
        29: istore 8 /* d2 */
        start local 8 // int d2
        30: .line 767
            aload 6 /* t */
            iload 8 /* d2 */
            i2l
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.divide:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 9 /* w */
        start local 9 // java.math.BigInteger w
        31: .line 768
            aload 9 /* w */
            invokevirtual java.math.BigInteger.bitLength:()I
            bipush 31
            if_icmple 35
        32: .line 769
            new java.lang.ArithmeticException
            dup
        33: .line 770
            ldc "overflow: numerator too large after multiply"
        34: .line 769
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 772
      StackMap locals: int java.math.BigInteger
      StackMap stack:
            new org.apache.commons.lang.math.Fraction
            dup
        36: .line 773
            aload 9 /* w */
            invokevirtual java.math.BigInteger.intValue:()I
        37: .line 774
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            iload 3 /* d1 */
            idiv
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            iload 8 /* d2 */
            idiv
            invokestatic org.apache.commons.lang.math.Fraction.mulPosAndCheck:(II)I
        38: .line 772
            invokespecial org.apache.commons.lang.math.Fraction.<init>:(II)V
            areturn
        end local 9 // java.math.BigInteger w
        end local 8 // int d2
        end local 7 // int tmodd1
        end local 6 // java.math.BigInteger t
        end local 5 // java.math.BigInteger upv
        end local 4 // java.math.BigInteger uvp
        end local 3 // int d1
        end local 2 // boolean isAdd
        end local 1 // org.apache.commons.lang.math.Fraction fraction
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   39     0      this  Lorg/apache/commons/lang/math/Fraction;
            0   39     1  fraction  Lorg/apache/commons/lang/math/Fraction;
            0   39     2     isAdd  Z
            9   39     3        d1  I
           11   17     4       uvp  I
           12   17     5       upv  I
           20   39     4       uvp  Ljava/math/BigInteger;
           23   39     5       upv  Ljava/math/BigInteger;
           26   39     6         t  Ljava/math/BigInteger;
           27   39     7    tmodd1  I
           30   39     8        d2  I
           31   39     9         w  Ljava/math/BigInteger;
    MethodParameters:
          Name  Flags
      fraction  
      isAdd     

  public org.apache.commons.lang.math.Fraction multiplyBy(org.apache.commons.lang.math.Fraction);
    descriptor: (Lorg/apache/commons/lang/math/Fraction;)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // org.apache.commons.lang.math.Fraction fraction
         0: .line 788
            aload 1 /* fraction */
            ifnonnull 2
         1: .line 789
            new java.lang.IllegalArgumentException
            dup
            ldc "The fraction must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifeq 3
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifne 4
         3: .line 792
      StackMap locals:
      StackMap stack:
            getstatic org.apache.commons.lang.math.Fraction.ZERO:Lorg/apache/commons/lang/math/Fraction;
            areturn
         4: .line 796
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokestatic org.apache.commons.lang.math.Fraction.greatestCommonDivisor:(II)I
            istore 2 /* d1 */
        start local 2 // int d1
         5: .line 797
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            invokestatic org.apache.commons.lang.math.Fraction.greatestCommonDivisor:(II)I
            istore 3 /* d2 */
        start local 3 // int d2
         6: .line 799
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            iload 2 /* d1 */
            idiv
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            iload 3 /* d2 */
            idiv
            invokestatic org.apache.commons.lang.math.Fraction.mulAndCheck:(II)I
         7: .line 800
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            iload 3 /* d2 */
            idiv
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            iload 2 /* d1 */
            idiv
            invokestatic org.apache.commons.lang.math.Fraction.mulPosAndCheck:(II)I
         8: .line 798
            invokestatic org.apache.commons.lang.math.Fraction.getReducedFraction:(II)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 3 // int d2
        end local 2 // int d1
        end local 1 // org.apache.commons.lang.math.Fraction fraction
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/commons/lang/math/Fraction;
            0    9     1  fraction  Lorg/apache/commons/lang/math/Fraction;
            5    9     2        d1  I
            6    9     3        d2  I
    MethodParameters:
          Name  Flags
      fraction  

  public org.apache.commons.lang.math.Fraction divideBy(org.apache.commons.lang.math.Fraction);
    descriptor: (Lorg/apache/commons/lang/math/Fraction;)Lorg/apache/commons/lang/math/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // org.apache.commons.lang.math.Fraction fraction
         0: .line 814
            aload 1 /* fraction */
            ifnonnull 2
         1: .line 815
            new java.lang.IllegalArgumentException
            dup
            ldc "The fraction must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 817
      StackMap locals:
      StackMap stack:
            aload 1 /* fraction */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifne 4
         3: .line 818
            new java.lang.ArithmeticException
            dup
            ldc "The fraction to divide by must not be zero"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fraction */
            invokevirtual org.apache.commons.lang.math.Fraction.invert:()Lorg/apache/commons/lang/math/Fraction;
            invokevirtual org.apache.commons.lang.math.Fraction.multiplyBy:(Lorg/apache/commons/lang/math/Fraction;)Lorg/apache/commons/lang/math/Fraction;
            areturn
        end local 1 // org.apache.commons.lang.math.Fraction fraction
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/lang/math/Fraction;
            0    5     1  fraction  Lorg/apache/commons/lang/math/Fraction;
    MethodParameters:
          Name  Flags
      fraction  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // java.lang.Object obj
         0: .line 835
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 836
            iconst_1
            ireturn
         2: .line 838
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.apache.commons.lang.math.Fraction
            ifne 4
         3: .line 839
            iconst_0
            ireturn
         4: .line 841
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.commons.lang.math.Fraction
            astore 2 /* other */
        start local 2 // org.apache.commons.lang.math.Fraction other
         5: .line 842
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getNumerator:()I
            aload 2 /* other */
            invokevirtual org.apache.commons.lang.math.Fraction.getNumerator:()I
            if_icmpne 8
         6: .line 843
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getDenominator:()I
            aload 2 /* other */
            invokevirtual org.apache.commons.lang.math.Fraction.getDenominator:()I
            if_icmpne 8
         7: .line 842
            iconst_1
            ireturn
      StackMap locals: org.apache.commons.lang.math.Fraction
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.apache.commons.lang.math.Fraction other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/commons/lang/math/Fraction;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lorg/apache/commons/lang/math/Fraction;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 852
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.hashCode:I
            ifne 2
         1: .line 854
            aload 0 /* this */
            bipush 37
            sipush 629
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getNumerator:()I
            iadd
            imul
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getDenominator:()I
            iadd
            putfield org.apache.commons.lang.math.Fraction.hashCode:I
         2: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.hashCode:I
            ireturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/lang/math/Fraction;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.apache.commons.lang.math.Fraction this
        start local 1 // java.lang.Object object
         0: .line 872
            aload 1 /* object */
            checkcast org.apache.commons.lang.math.Fraction
            astore 2 /* other */
        start local 2 // org.apache.commons.lang.math.Fraction other
         1: .line 873
            aload 0 /* this */
            aload 2 /* other */
            if_acmpne 3
         2: .line 874
            iconst_0
            ireturn
         3: .line 876
      StackMap locals: org.apache.commons.lang.math.Fraction
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 2 /* other */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            if_icmpne 5
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            aload 2 /* other */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            if_icmpne 5
         4: .line 877
            iconst_0
            ireturn
         5: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            i2l
            aload 2 /* other */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            i2l
            lmul
            lstore 3 /* first */
        start local 3 // long first
         6: .line 882
            aload 2 /* other */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            i2l
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            i2l
            lmul
            lstore 5 /* second */
        start local 5 // long second
         7: .line 883
            lload 3 /* first */
            lload 5 /* second */
            lcmp
            ifne 9
         8: .line 884
            iconst_0
            ireturn
         9: .line 885
      StackMap locals: long long
      StackMap stack:
            lload 3 /* first */
            lload 5 /* second */
            lcmp
            ifge 11
        10: .line 886
            iconst_m1
            ireturn
        11: .line 888
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // long second
        end local 3 // long first
        end local 2 // org.apache.commons.lang.math.Fraction other
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/apache/commons/lang/math/Fraction;
            0   12     1  object  Ljava/lang/Object;
            1   12     2   other  Lorg/apache/commons/lang/math/Fraction;
            6   12     3   first  J
            7   12     5  second  J
    MethodParameters:
        Name  Flags
      object  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 900
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.toString:Ljava/lang/String;
            ifnonnull 6
         1: .line 901
            aload 0 /* this */
            new org.apache.commons.lang.text.StrBuilder
            dup
            bipush 32
            invokespecial org.apache.commons.lang.text.StrBuilder.<init>:(I)V
         2: .line 902
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getNumerator:()I
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(I)Lorg/apache/commons/lang/text/StrBuilder;
         3: .line 903
            bipush 47
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
         4: .line 904
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getDenominator:()I
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(I)Lorg/apache/commons/lang/text/StrBuilder;
            invokevirtual org.apache.commons.lang.text.StrBuilder.toString:()Ljava/lang/String;
         5: .line 901
            putfield org.apache.commons.lang.math.Fraction.toString:Ljava/lang/String;
         6: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.toString:Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/lang/math/Fraction;

  public java.lang.String toProperString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.commons.lang.math.Fraction this
         0: .line 919
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
            ifnonnull 27
         1: .line 920
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifne 4
         2: .line 921
            aload 0 /* this */
            ldc "0"
            putfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
         3: .line 922
            goto 27
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            if_icmpne 7
         5: .line 923
            aload 0 /* this */
            ldc "1"
            putfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
         6: .line 924
            goto 27
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            iconst_m1
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            imul
            if_icmpne 10
         8: .line 925
            aload 0 /* this */
            ldc "-1"
            putfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
         9: .line 926
            goto 27
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ifle 11
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
            ineg
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.numerator:I
      StackMap locals:
      StackMap stack: int
        12: aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.denominator:I
            ineg
            if_icmpge 23
        13: .line 931
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getProperNumerator:()I
            istore 1 /* properNumerator */
        start local 1 // int properNumerator
        14: .line 932
            iload 1 /* properNumerator */
            ifne 17
        15: .line 933
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getProperWhole:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            putfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
        16: .line 934
            goto 27
        17: .line 935
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            new org.apache.commons.lang.text.StrBuilder
            dup
            bipush 32
            invokespecial org.apache.commons.lang.text.StrBuilder.<init>:(I)V
        18: .line 936
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getProperWhole:()I
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(I)Lorg/apache/commons/lang/text/StrBuilder;
            bipush 32
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
        19: .line 937
            iload 1 /* properNumerator */
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(I)Lorg/apache/commons/lang/text/StrBuilder;
            bipush 47
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
        20: .line 938
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getDenominator:()I
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(I)Lorg/apache/commons/lang/text/StrBuilder;
            invokevirtual org.apache.commons.lang.text.StrBuilder.toString:()Ljava/lang/String;
        21: .line 935
            putfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
        end local 1 // int properNumerator
        22: .line 940
            goto 27
        23: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.commons.lang.text.StrBuilder
            dup
            bipush 32
            invokespecial org.apache.commons.lang.text.StrBuilder.<init>:(I)V
        24: .line 942
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getNumerator:()I
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(I)Lorg/apache/commons/lang/text/StrBuilder;
            bipush 47
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
        25: .line 943
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.math.Fraction.getDenominator:()I
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(I)Lorg/apache/commons/lang/text/StrBuilder;
            invokevirtual org.apache.commons.lang.text.StrBuilder.toString:()Ljava/lang/String;
        26: .line 941
            putfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
        27: .line 946
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.math.Fraction.toProperString:Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.lang.math.Fraction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   28     0             this  Lorg/apache/commons/lang/math/Fraction;
           14   22     1  properNumerator  I
}
SourceFile: "Fraction.java"