class org.jooq.impl.Fields$1 implements org.jooq.impl.Fields$FieldOrIndex<org.jooq.Field<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jooq.impl.Fields$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.Fields$1 this
         0: .line 448
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jooq.impl.Fields$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/Fields$1;

  public org.jooq.Field<?> result(org.jooq.Field<?>, int);
    descriptor: (Lorg/jooq/Field;I)Lorg/jooq/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jooq.impl.Fields$1 this
        start local 1 // org.jooq.Field field
        start local 2 // int index
         0: .line 451
            aload 1 /* field */
            areturn
        end local 2 // int index
        end local 1 // org.jooq.Field field
        end local 0 // org.jooq.impl.Fields$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jooq/impl/Fields$1;
            0    1     1  field  Lorg/jooq/Field<*>;
            0    1     2  index  I
    Signature: (Lorg/jooq/Field<*>;I)Lorg/jooq/Field<*>;
    MethodParameters:
       Name  Flags
      field  
      index  

  public org.jooq.Field<?> resultNull();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.Fields$1 this
         0: .line 456
            aconst_null
            areturn
        end local 0 // org.jooq.impl.Fields$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/Fields$1;
    Signature: ()Lorg/jooq/Field<*>;

  public java.lang.Object resultNull();
    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.jooq.impl.Fields$1.resultNull:()Lorg/jooq/Field;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object result(org.jooq.Field, int);
    descriptor: (Lorg/jooq/Field;I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokevirtual org.jooq.impl.Fields$1.result:(Lorg/jooq/Field;I)Lorg/jooq/Field;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jooq/impl/Fields$FieldOrIndex<Lorg/jooq/Field<*>;>;
SourceFile: "Fields.java"
EnclosingMethod: org.jooq.impl.Fields
NestHost: org.jooq.impl.Fields
InnerClasses:
  org.jooq.impl.Fields$1
  private abstract FieldOrIndex = org.jooq.impl.Fields$FieldOrIndex of org.jooq.impl.Fields