public class org.apache.commons.math3.fraction.FractionField implements org.apache.commons.math3.Field<org.apache.commons.math3.fraction.Fraction>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.fraction.FractionField
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1257768487499119313

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fraction.FractionField this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            return
        end local 0 // org.apache.commons.math3.fraction.FractionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/fraction/FractionField;

  public static org.apache.commons.math3.fraction.FractionField getInstance();
    descriptor: ()Lorg/apache/commons/math3/fraction/FractionField;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 47
            getstatic org.apache.commons.math3.fraction.FractionField$LazyHolder.INSTANCE:Lorg/apache/commons/math3/fraction/FractionField;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.fraction.Fraction getOne();
    descriptor: ()Lorg/apache/commons/math3/fraction/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fraction.FractionField this
         0: .line 52
            getstatic org.apache.commons.math3.fraction.Fraction.ONE:Lorg/apache/commons/math3/fraction/Fraction;
            areturn
        end local 0 // org.apache.commons.math3.fraction.FractionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fraction/FractionField;

  public org.apache.commons.math3.fraction.Fraction getZero();
    descriptor: ()Lorg/apache/commons/math3/fraction/Fraction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fraction.FractionField this
         0: .line 57
            getstatic org.apache.commons.math3.fraction.Fraction.ZERO:Lorg/apache/commons/math3/fraction/Fraction;
            areturn
        end local 0 // org.apache.commons.math3.fraction.FractionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fraction/FractionField;

  public java.lang.Class<? extends org.apache.commons.math3.FieldElement<org.apache.commons.math3.fraction.Fraction>> getRuntimeClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fraction.FractionField this
         0: .line 62
            ldc Lorg/apache/commons/math3/fraction/Fraction;
            areturn
        end local 0 // org.apache.commons.math3.fraction.FractionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fraction/FractionField;
    Signature: ()Ljava/lang/Class<+Lorg/apache/commons/math3/FieldElement<Lorg/apache/commons/math3/fraction/Fraction;>;>;

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fraction.FractionField this
         0: .line 79
            getstatic org.apache.commons.math3.fraction.FractionField$LazyHolder.INSTANCE:Lorg/apache/commons/math3/fraction/FractionField;
            areturn
        end local 0 // org.apache.commons.math3.fraction.FractionField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fraction/FractionField;

  public java.lang.Object getZero();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.fraction.FractionField.getZero:()Lorg/apache/commons/math3/fraction/Fraction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getOne();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.fraction.FractionField.getOne:()Lorg/apache/commons/math3/fraction/Fraction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/Field<Lorg/apache/commons/math3/fraction/Fraction;>;Ljava/io/Serializable;
SourceFile: "FractionField.java"
NestMembers:
  org.apache.commons.math3.fraction.FractionField$LazyHolder
InnerClasses:
  private LazyHolder = org.apache.commons.math3.fraction.FractionField$LazyHolder of org.apache.commons.math3.fraction.FractionField