final class org.jooq.impl.RowImpl4<T1, T2, T3, T4> extends org.jooq.impl.AbstractRow implements org.jooq.Row4<T1, T2, T3, T4>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.RowImpl4
  super_class: org.jooq.impl.AbstractRow
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -929427349071556318

  void <init>(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 70
            aload 0 /* this */
            iconst_4
            anewarray org.jooq.Field
            dup
            iconst_0
            aload 1 /* t1 */
            aastore
            dup
            iconst_1
            aload 2 /* t2 */
            aastore
            dup
            iconst_2
            aload 3 /* t3 */
            aastore
            dup
            iconst_3
            aload 4 /* t4 */
            aastore
            invokespecial org.jooq.impl.AbstractRow.<init>:([Lorg/jooq/Field;)V
         1: .line 71
            return
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    2     1    t1  Lorg/jooq/Field<TT1;>;
            0    2     2    t2  Lorg/jooq/Field<TT2;>;
            0    2     3    t3  Lorg/jooq/Field<TT3;>;
            0    2     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)V
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  void <init>(org.jooq.impl.Fields<?>);
    descriptor: (Lorg/jooq/impl/Fields;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.impl.Fields fields
         0: .line 74
            aload 0 /* this */
            aload 1 /* fields */
            invokespecial org.jooq.impl.AbstractRow.<init>:(Lorg/jooq/impl/Fields;)V
         1: .line 75
            return
        end local 1 // org.jooq.impl.Fields fields
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    2     1  fields  Lorg/jooq/impl/Fields<*>;
    Signature: (Lorg/jooq/impl/Fields<*>;)V
    MethodParameters:
        Name  Flags
      fields  

  public final org.jooq.Field<T1> field1();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.RowImpl4 this
         0: .line 83
            aload 0 /* this */
            getfield org.jooq.impl.RowImpl4.fields:Lorg/jooq/impl/Fields;
            iconst_0
            invokevirtual org.jooq.impl.Fields.field:(I)Lorg/jooq/Field;
            areturn
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
    Signature: ()Lorg/jooq/Field<TT1;>;

  public final org.jooq.Field<T2> field2();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.RowImpl4 this
         0: .line 88
            aload 0 /* this */
            getfield org.jooq.impl.RowImpl4.fields:Lorg/jooq/impl/Fields;
            iconst_1
            invokevirtual org.jooq.impl.Fields.field:(I)Lorg/jooq/Field;
            areturn
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
    Signature: ()Lorg/jooq/Field<TT2;>;

  public final org.jooq.Field<T3> field3();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.RowImpl4 this
         0: .line 93
            aload 0 /* this */
            getfield org.jooq.impl.RowImpl4.fields:Lorg/jooq/impl/Fields;
            iconst_2
            invokevirtual org.jooq.impl.Fields.field:(I)Lorg/jooq/Field;
            areturn
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
    Signature: ()Lorg/jooq/Field<TT3;>;

  public final org.jooq.Field<T4> field4();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.RowImpl4 this
         0: .line 98
            aload 0 /* this */
            getfield org.jooq.impl.RowImpl4.fields:Lorg/jooq/impl/Fields;
            iconst_3
            invokevirtual org.jooq.impl.Fields.field:(I)Lorg/jooq/Field;
            areturn
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
    Signature: ()Lorg/jooq/Field<TT4;>;

  public final org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Comparator comparator
        start local 2 // org.jooq.Row4 row
         0: .line 107
            new org.jooq.impl.RowCondition
            dup
            aload 0 /* this */
            aload 2 /* row */
            aload 1 /* comparator */
            invokespecial org.jooq.impl.RowCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;Lorg/jooq/Comparator;)V
            areturn
        end local 2 // org.jooq.Row4 row
        end local 1 // org.jooq.Comparator comparator
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  comparator  Lorg/jooq/Comparator;
            0    1     2         row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
            Name  Flags
      comparator  
      row         

  public final org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Comparator comparator
        start local 2 // org.jooq.Record4 record
         0: .line 112
            new org.jooq.impl.RowCondition
            dup
            aload 0 /* this */
            aload 2 /* record */
            invokeinterface org.jooq.Record4.valuesRow:()Lorg/jooq/Row4;
            aload 1 /* comparator */
            invokespecial org.jooq.impl.RowCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;Lorg/jooq/Comparator;)V
            areturn
        end local 2 // org.jooq.Record4 record
        end local 1 // org.jooq.Comparator comparator
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  comparator  Lorg/jooq/Comparator;
            0    1     2      record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
            Name  Flags
      comparator  
      record      

  public final org.jooq.Condition compare(org.jooq.Comparator, T1, T2, T3, T4);
    descriptor: (Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Comparator comparator
        start local 2 // java.lang.Object t1
        start local 3 // java.lang.Object t2
        start local 4 // java.lang.Object t3
        start local 5 // java.lang.Object t4
         0: .line 117
            aload 0 /* this */
            aload 1 /* comparator */
            aload 2 /* t1 */
            aload 0 /* this */
            iconst_0
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 3 /* t2 */
            aload 0 /* this */
            iconst_1
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 4 /* t3 */
            aload 0 /* this */
            iconst_2
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 5 /* t4 */
            aload 0 /* this */
            iconst_3
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 5 // java.lang.Object t4
        end local 4 // java.lang.Object t3
        end local 3 // java.lang.Object t2
        end local 2 // java.lang.Object t1
        end local 1 // org.jooq.Comparator comparator
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  comparator  Lorg/jooq/Comparator;
            0    1     2          t1  TT1;
            0    1     3          t2  TT2;
            0    1     4          t3  TT3;
            0    1     5          t4  TT4;
    Signature: (Lorg/jooq/Comparator;TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
            Name  Flags
      comparator  
      t1          
      t2          
      t3          
      t4          

  public final org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Comparator comparator
        start local 2 // org.jooq.Field t1
        start local 3 // org.jooq.Field t2
        start local 4 // org.jooq.Field t3
        start local 5 // org.jooq.Field t4
         0: .line 122
            aload 0 /* this */
            aload 1 /* comparator */
            aload 2 /* t1 */
            aload 3 /* t2 */
            aload 4 /* t3 */
            aload 5 /* t4 */
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 5 // org.jooq.Field t4
        end local 4 // org.jooq.Field t3
        end local 3 // org.jooq.Field t2
        end local 2 // org.jooq.Field t1
        end local 1 // org.jooq.Comparator comparator
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  comparator  Lorg/jooq/Comparator;
            0    1     2          t1  Lorg/jooq/Field<TT1;>;
            0    1     3          t2  Lorg/jooq/Field<TT2;>;
            0    1     4          t3  Lorg/jooq/Field<TT3;>;
            0    1     5          t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
            Name  Flags
      comparator  
      t1          
      t2          
      t3          
      t4          

  public final org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Comparator comparator
        start local 2 // org.jooq.Select select
         0: .line 127
            new org.jooq.impl.RowSubqueryCondition
            dup
            aload 0 /* this */
            aload 2 /* select */
            aload 1 /* comparator */
            invokespecial org.jooq.impl.RowSubqueryCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/Select;Lorg/jooq/Comparator;)V
            areturn
        end local 2 // org.jooq.Select select
        end local 1 // org.jooq.Comparator comparator
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  comparator  Lorg/jooq/Comparator;
            0    1     2      select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
            Name  Flags
      comparator  
      select      

  public final org.jooq.Condition compare(org.jooq.Comparator, org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Comparator comparator
        start local 2 // org.jooq.QuantifiedSelect select
         0: .line 132
            new org.jooq.impl.RowSubqueryCondition
            dup
            aload 0 /* this */
            aload 2 /* select */
            aload 1 /* comparator */
            invokespecial org.jooq.impl.RowSubqueryCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/QuantifiedSelect;Lorg/jooq/Comparator;)V
            areturn
        end local 2 // org.jooq.QuantifiedSelect select
        end local 1 // org.jooq.Comparator comparator
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  comparator  Lorg/jooq/Comparator;
            0    1     2      select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
            Name  Flags
      comparator  
      select      

  public final org.jooq.Condition equal(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 141
            aload 0 /* this */
            getstatic org.jooq.Comparator.EQUALS:Lorg/jooq/Comparator;
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition equal(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 146
            aload 0 /* this */
            getstatic org.jooq.Comparator.EQUALS:Lorg/jooq/Comparator;
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition equal(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 151
            aload 0 /* this */
            getstatic org.jooq.Comparator.EQUALS:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition equal(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 156
            aload 0 /* this */
            getstatic org.jooq.Comparator.EQUALS:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition eq(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 161
            aload 0 /* this */
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.equal:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition eq(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 166
            aload 0 /* this */
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.equal:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition eq(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 171
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.equal:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition eq(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 176
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.equal:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition notEqual(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 181
            aload 0 /* this */
            getstatic org.jooq.Comparator.NOT_EQUALS:Lorg/jooq/Comparator;
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition notEqual(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 186
            aload 0 /* this */
            getstatic org.jooq.Comparator.NOT_EQUALS:Lorg/jooq/Comparator;
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition notEqual(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 191
            aload 0 /* this */
            getstatic org.jooq.Comparator.NOT_EQUALS:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition notEqual(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 196
            aload 0 /* this */
            getstatic org.jooq.Comparator.NOT_EQUALS:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition ne(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 201
            aload 0 /* this */
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.notEqual:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition ne(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 206
            aload 0 /* this */
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.notEqual:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition ne(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 211
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.notEqual:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition ne(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 216
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.notEqual:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition lessThan(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 225
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS:Lorg/jooq/Comparator;
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition lessThan(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 230
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS:Lorg/jooq/Comparator;
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition lessThan(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 235
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition lessThan(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 240
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition lt(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 245
            aload 0 /* this */
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.lessThan:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition lt(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 250
            aload 0 /* this */
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.lessThan:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition lt(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 255
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.lessThan:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition lt(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 260
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.lessThan:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition lessOrEqual(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 265
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition lessOrEqual(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 270
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition lessOrEqual(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 275
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition lessOrEqual(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 280
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition le(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 285
            aload 0 /* this */
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.lessOrEqual:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition le(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 290
            aload 0 /* this */
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.lessOrEqual:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition le(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 295
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.lessOrEqual:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition le(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 300
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.lessOrEqual:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition greaterThan(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 305
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER:Lorg/jooq/Comparator;
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition greaterThan(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 310
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER:Lorg/jooq/Comparator;
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition greaterThan(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 315
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition greaterThan(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 320
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition gt(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 325
            aload 0 /* this */
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.greaterThan:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition gt(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 330
            aload 0 /* this */
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.greaterThan:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition gt(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 335
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.greaterThan:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition gt(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 340
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.greaterThan:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition greaterOrEqual(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 345
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition greaterOrEqual(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 350
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition greaterOrEqual(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 355
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition greaterOrEqual(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 360
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition ge(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 365
            aload 0 /* this */
            aload 1 /* row */
            invokevirtual org.jooq.impl.RowImpl4.greaterOrEqual:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition ge(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 370
            aload 0 /* this */
            aload 1 /* record */
            invokevirtual org.jooq.impl.RowImpl4.greaterOrEqual:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition ge(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 375
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.greaterOrEqual:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition ge(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 380
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokevirtual org.jooq.impl.RowImpl4.greaterOrEqual:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> between(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 389
            aload 0 /* this */
            aload 1 /* t1 */
            aload 0 /* this */
            iconst_0
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 2 /* t2 */
            aload 0 /* this */
            iconst_1
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 3 /* t3 */
            aload 0 /* this */
            iconst_2
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 4 /* t4 */
            aload 0 /* this */
            iconst_3
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.between:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> between(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 394
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.between:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> between(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 399
            new org.jooq.impl.RowBetweenCondition
            dup
            aload 0 /* this */
            aload 1 /* row */
            iconst_0
            iconst_0
            invokespecial org.jooq.impl.RowBetweenCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;ZZ)V
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> between(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 404
            aload 0 /* this */
            aload 1 /* record */
            invokeinterface org.jooq.Record4.valuesRow:()Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.between:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition between(org.jooq.Row4<T1, T2, T3, T4>, org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 minValue
        start local 2 // org.jooq.Row4 maxValue
         0: .line 409
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.between:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Row4 maxValue
        end local 1 // org.jooq.Row4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.Condition between(org.jooq.Record4<T1, T2, T3, T4>, org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 minValue
        start local 2 // org.jooq.Record4 maxValue
         0: .line 414
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.between:(Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Record4 maxValue
        end local 1 // org.jooq.Record4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> betweenSymmetric(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 419
            aload 0 /* this */
            aload 1 /* t1 */
            aload 0 /* this */
            iconst_0
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 2 /* t2 */
            aload 0 /* this */
            iconst_1
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 3 /* t3 */
            aload 0 /* this */
            iconst_2
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 4 /* t4 */
            aload 0 /* this */
            iconst_3
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.betweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> betweenSymmetric(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 424
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.betweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> betweenSymmetric(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 429
            new org.jooq.impl.RowBetweenCondition
            dup
            aload 0 /* this */
            aload 1 /* row */
            iconst_0
            iconst_1
            invokespecial org.jooq.impl.RowBetweenCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;ZZ)V
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> betweenSymmetric(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 434
            aload 0 /* this */
            aload 1 /* record */
            invokeinterface org.jooq.Record4.valuesRow:()Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.betweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition betweenSymmetric(org.jooq.Row4<T1, T2, T3, T4>, org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 minValue
        start local 2 // org.jooq.Row4 maxValue
         0: .line 439
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.betweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Row4 maxValue
        end local 1 // org.jooq.Row4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.Condition betweenSymmetric(org.jooq.Record4<T1, T2, T3, T4>, org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 minValue
        start local 2 // org.jooq.Record4 maxValue
         0: .line 444
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.betweenSymmetric:(Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Record4 maxValue
        end local 1 // org.jooq.Record4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetween(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 449
            aload 0 /* this */
            aload 1 /* t1 */
            aload 0 /* this */
            iconst_0
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 2 /* t2 */
            aload 0 /* this */
            iconst_1
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 3 /* t3 */
            aload 0 /* this */
            iconst_2
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 4 /* t4 */
            aload 0 /* this */
            iconst_3
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.notBetween:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetween(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 454
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.notBetween:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetween(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 459
            new org.jooq.impl.RowBetweenCondition
            dup
            aload 0 /* this */
            aload 1 /* row */
            iconst_1
            iconst_0
            invokespecial org.jooq.impl.RowBetweenCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;ZZ)V
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetween(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 464
            aload 0 /* this */
            aload 1 /* record */
            invokeinterface org.jooq.Record4.valuesRow:()Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.notBetween:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition notBetween(org.jooq.Row4<T1, T2, T3, T4>, org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 minValue
        start local 2 // org.jooq.Row4 maxValue
         0: .line 469
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.notBetween:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Row4 maxValue
        end local 1 // org.jooq.Row4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.Condition notBetween(org.jooq.Record4<T1, T2, T3, T4>, org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 minValue
        start local 2 // org.jooq.Record4 maxValue
         0: .line 474
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.notBetween:(Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Record4 maxValue
        end local 1 // org.jooq.Record4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetweenSymmetric(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 479
            aload 0 /* this */
            aload 1 /* t1 */
            aload 0 /* this */
            iconst_0
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 2 /* t2 */
            aload 0 /* this */
            iconst_1
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 3 /* t3 */
            aload 0 /* this */
            iconst_2
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 4 /* t4 */
            aload 0 /* this */
            iconst_3
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.notBetweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetweenSymmetric(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 484
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.notBetweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetweenSymmetric(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 489
            new org.jooq.impl.RowBetweenCondition
            dup
            aload 0 /* this */
            aload 1 /* row */
            iconst_1
            iconst_1
            invokespecial org.jooq.impl.RowBetweenCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;ZZ)V
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.BetweenAndStep4<T1, T2, T3, T4> notBetweenSymmetric(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 494
            aload 0 /* this */
            aload 1 /* record */
            invokeinterface org.jooq.Record4.valuesRow:()Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.notBetweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/BetweenAndStep4<TT1;TT2;TT3;TT4;>;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition notBetweenSymmetric(org.jooq.Row4<T1, T2, T3, T4>, org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 minValue
        start local 2 // org.jooq.Row4 maxValue
         0: .line 499
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.notBetweenSymmetric:(Lorg/jooq/Row4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Row4 maxValue
        end local 1 // org.jooq.Row4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.Condition notBetweenSymmetric(org.jooq.Record4<T1, T2, T3, T4>, org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 minValue
        start local 2 // org.jooq.Record4 maxValue
         0: .line 504
            aload 0 /* this */
            aload 1 /* minValue */
            invokevirtual org.jooq.impl.RowImpl4.notBetweenSymmetric:(Lorg/jooq/Record4;)Lorg/jooq/BetweenAndStep4;
            aload 2 /* maxValue */
            invokeinterface org.jooq.BetweenAndStep4.and:(Lorg/jooq/Record4;)Lorg/jooq/Condition;
            areturn
        end local 2 // org.jooq.Record4 maxValue
        end local 1 // org.jooq.Record4 minValue
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  minValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
            0    1     2  maxValue  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public final org.jooq.Condition isNotDistinctFrom(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 513
            new org.jooq.impl.RowIsDistinctFrom
            dup
            aload 0 /* this */
            aload 1 /* row */
            iconst_1
            invokespecial org.jooq.impl.RowIsDistinctFrom.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;Z)V
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition isNotDistinctFrom(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 518
            aload 0 /* this */
            aload 1 /* record */
            invokeinterface org.jooq.Record4.valuesRow:()Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.isNotDistinctFrom:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition isNotDistinctFrom(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 523
            aload 0 /* this */
            aload 1 /* t1 */
            aload 0 /* this */
            iconst_0
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 2 /* t2 */
            aload 0 /* this */
            iconst_1
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 3 /* t3 */
            aload 0 /* this */
            iconst_2
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 4 /* t4 */
            aload 0 /* this */
            iconst_3
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            invokevirtual org.jooq.impl.RowImpl4.isNotDistinctFrom:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition isNotDistinctFrom(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 528
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.isNotDistinctFrom:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition isNotDistinctFrom(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 533
            new org.jooq.impl.RowIsDistinctFrom
            dup
            aload 0 /* this */
            aload 1 /* select */
            iconst_1
            invokespecial org.jooq.impl.RowIsDistinctFrom.<init>:(Lorg/jooq/Row;Lorg/jooq/Select;Z)V
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition isDistinctFrom(org.jooq.Row4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4 row
         0: .line 538
            new org.jooq.impl.RowIsDistinctFrom
            dup
            aload 0 /* this */
            aload 1 /* row */
            iconst_0
            invokespecial org.jooq.impl.RowIsDistinctFrom.<init>:(Lorg/jooq/Row;Lorg/jooq/Row;Z)V
            areturn
        end local 1 // org.jooq.Row4 row
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1   row  Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      row   

  public final org.jooq.Condition isDistinctFrom(org.jooq.Record4<T1, T2, T3, T4>);
    descriptor: (Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4 record
         0: .line 543
            aload 0 /* this */
            aload 1 /* record */
            invokeinterface org.jooq.Record4.valuesRow:()Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.isDistinctFrom:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Record4 record
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  record  Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;
    Signature: (Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      record  

  public final org.jooq.Condition isDistinctFrom(T1, T2, T3, T4);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
        start local 3 // java.lang.Object t3
        start local 4 // java.lang.Object t4
         0: .line 548
            aload 0 /* this */
            aload 1 /* t1 */
            aload 0 /* this */
            iconst_0
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 2 /* t2 */
            aload 0 /* this */
            iconst_1
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 3 /* t3 */
            aload 0 /* this */
            iconst_2
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            aload 4 /* t4 */
            aload 0 /* this */
            iconst_3
            invokevirtual org.jooq.impl.RowImpl4.dataType:(I)Lorg/jooq/DataType;
            invokestatic org.jooq.impl.Tools.field:(Ljava/lang/Object;Lorg/jooq/DataType;)Lorg/jooq/Field;
            invokevirtual org.jooq.impl.RowImpl4.isDistinctFrom:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
            areturn
        end local 4 // java.lang.Object t4
        end local 3 // java.lang.Object t3
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  TT1;
            0    1     2    t2  TT2;
            0    1     3    t3  TT3;
            0    1     4    t4  TT4;
    Signature: (TT1;TT2;TT3;TT4;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition isDistinctFrom(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Field t1
        start local 2 // org.jooq.Field t2
        start local 3 // org.jooq.Field t3
        start local 4 // org.jooq.Field t4
         0: .line 553
            aload 0 /* this */
            aload 1 /* t1 */
            aload 2 /* t2 */
            aload 3 /* t3 */
            aload 4 /* t4 */
            invokestatic org.jooq.impl.DSL.row:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Row4;
            invokevirtual org.jooq.impl.RowImpl4.isDistinctFrom:(Lorg/jooq/Row4;)Lorg/jooq/Condition;
            areturn
        end local 4 // org.jooq.Field t4
        end local 3 // org.jooq.Field t3
        end local 2 // org.jooq.Field t2
        end local 1 // org.jooq.Field t1
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1    t1  Lorg/jooq/Field<TT1;>;
            0    1     2    t2  Lorg/jooq/Field<TT2;>;
            0    1     3    t3  Lorg/jooq/Field<TT3;>;
            0    1     4    t4  Lorg/jooq/Field<TT4;>;
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    

  public final org.jooq.Condition isDistinctFrom(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 558
            new org.jooq.impl.RowIsDistinctFrom
            dup
            aload 0 /* this */
            aload 1 /* select */
            iconst_0
            invokespecial org.jooq.impl.RowIsDistinctFrom.<init>:(Lorg/jooq/Row;Lorg/jooq/Select;Z)V
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition in(org.jooq.Row4<T1, T2, T3, T4>[]);
    descriptor: ([Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4[] rows
         0: .line 567
            aload 0 /* this */
            aload 1 /* rows */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual org.jooq.impl.RowImpl4.in:(Ljava/util/Collection;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4[] rows
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  rows  [Lorg/jooq/Row4;
    Signature: ([Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      rows  

  public final org.jooq.Condition in(org.jooq.Record4<T1, T2, T3, T4>[]);
    descriptor: ([Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4[] records
         0: .line 572
            new org.jooq.impl.QueryPartList
            dup
            invokespecial org.jooq.impl.QueryPartList.<init>:()V
            astore 2 /* rows */
        start local 2 // org.jooq.impl.QueryPartList rows
         1: .line 574
            aload 1 /* records */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.jooq.impl.RowImpl4 org.jooq.Record4[] org.jooq.impl.QueryPartList top int int org.jooq.Record[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* record */
        start local 3 // org.jooq.Record record
         3: .line 575
            aload 2 /* rows */
            aload 3 /* record */
            invokeinterface org.jooq.Record.valuesRow:()Lorg/jooq/Row;
            invokevirtual org.jooq.impl.QueryPartList.add:(Lorg/jooq/QueryPart;)Z
            pop
        end local 3 // org.jooq.Record record
         4: .line 574
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 577
            new org.jooq.impl.RowInCondition
            dup
            aload 0 /* this */
            aload 2 /* rows */
            iconst_0
            invokespecial org.jooq.impl.RowInCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/impl/QueryPartList;Z)V
            areturn
        end local 2 // org.jooq.impl.QueryPartList rows
        end local 1 // org.jooq.Record4[] records
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    7     1  records  [Lorg/jooq/Record4;
            1    7     2     rows  Lorg/jooq/impl/QueryPartList<Lorg/jooq/Row;>;
            3    4     3   record  Lorg/jooq/Record;
    Signature: ([Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
         Name  Flags
      records  

  public final org.jooq.Condition notIn(org.jooq.Row4<T1, T2, T3, T4>[]);
    descriptor: ([Lorg/jooq/Row4;)Lorg/jooq/Condition;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Row4[] rows
         0: .line 582
            aload 0 /* this */
            aload 1 /* rows */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual org.jooq.impl.RowImpl4.notIn:(Ljava/util/Collection;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Row4[] rows
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  rows  [Lorg/jooq/Row4;
    Signature: ([Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      rows  

  public final org.jooq.Condition notIn(org.jooq.Record4<T1, T2, T3, T4>[]);
    descriptor: ([Lorg/jooq/Record4;)Lorg/jooq/Condition;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Record4[] records
         0: .line 587
            new org.jooq.impl.QueryPartList
            dup
            invokespecial org.jooq.impl.QueryPartList.<init>:()V
            astore 2 /* rows */
        start local 2 // org.jooq.impl.QueryPartList rows
         1: .line 589
            aload 1 /* records */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.jooq.impl.RowImpl4 org.jooq.Record4[] org.jooq.impl.QueryPartList top int int org.jooq.Record[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* record */
        start local 3 // org.jooq.Record record
         3: .line 590
            aload 2 /* rows */
            aload 3 /* record */
            invokeinterface org.jooq.Record.valuesRow:()Lorg/jooq/Row;
            invokevirtual org.jooq.impl.QueryPartList.add:(Lorg/jooq/QueryPart;)Z
            pop
        end local 3 // org.jooq.Record record
         4: .line 589
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 592
            new org.jooq.impl.RowInCondition
            dup
            aload 0 /* this */
            aload 2 /* rows */
            iconst_1
            invokespecial org.jooq.impl.RowInCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/impl/QueryPartList;Z)V
            areturn
        end local 2 // org.jooq.impl.QueryPartList rows
        end local 1 // org.jooq.Record4[] records
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    7     1  records  [Lorg/jooq/Record4;
            1    7     2     rows  Lorg/jooq/impl/QueryPartList<Lorg/jooq/Row;>;
            3    4     3   record  Lorg/jooq/Record;
    Signature: ([Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;)Lorg/jooq/Condition;
    MethodParameters:
         Name  Flags
      records  

  public final org.jooq.Condition in(java.util.Collection<? extends org.jooq.Row4<T1, T2, T3, T4>>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.util.Collection rows
         0: .line 597
            new org.jooq.impl.RowInCondition
            dup
            aload 0 /* this */
            new org.jooq.impl.QueryPartList
            dup
            aload 1 /* rows */
            invokespecial org.jooq.impl.QueryPartList.<init>:(Ljava/lang/Iterable;)V
            iconst_0
            invokespecial org.jooq.impl.RowInCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/impl/QueryPartList;Z)V
            areturn
        end local 1 // java.util.Collection rows
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  rows  Ljava/util/Collection<+Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Ljava/util/Collection<+Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      rows  

  public final org.jooq.Condition in(org.jooq.Result<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Result;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Result result
         0: .line 602
            new org.jooq.impl.RowInCondition
            dup
            aload 0 /* this */
            new org.jooq.impl.QueryPartList
            dup
            aload 1 /* result */
            invokestatic org.jooq.impl.Tools.rows:(Lorg/jooq/Result;)Ljava/util/List;
            invokespecial org.jooq.impl.QueryPartList.<init>:(Ljava/lang/Iterable;)V
            iconst_0
            invokespecial org.jooq.impl.RowInCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/impl/QueryPartList;Z)V
            areturn
        end local 1 // org.jooq.Result result
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  result  Lorg/jooq/Result<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Result<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      result  

  public final org.jooq.Condition notIn(java.util.Collection<? extends org.jooq.Row4<T1, T2, T3, T4>>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // java.util.Collection rows
         0: .line 607
            new org.jooq.impl.RowInCondition
            dup
            aload 0 /* this */
            new org.jooq.impl.QueryPartList
            dup
            aload 1 /* rows */
            invokespecial org.jooq.impl.QueryPartList.<init>:(Ljava/lang/Iterable;)V
            iconst_1
            invokespecial org.jooq.impl.RowInCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/impl/QueryPartList;Z)V
            areturn
        end local 1 // java.util.Collection rows
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  rows  Ljava/util/Collection<+Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Ljava/util/Collection<+Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
      Name  Flags
      rows  

  public final org.jooq.Condition notIn(org.jooq.Result<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Result;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Result result
         0: .line 612
            new org.jooq.impl.RowInCondition
            dup
            aload 0 /* this */
            new org.jooq.impl.QueryPartList
            dup
            aload 1 /* result */
            invokestatic org.jooq.impl.Tools.rows:(Lorg/jooq/Result;)Ljava/util/List;
            invokespecial org.jooq.impl.QueryPartList.<init>:(Ljava/lang/Iterable;)V
            iconst_1
            invokespecial org.jooq.impl.RowInCondition.<init>:(Lorg/jooq/Row;Lorg/jooq/impl/QueryPartList;Z)V
            areturn
        end local 1 // org.jooq.Result result
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  result  Lorg/jooq/Result<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Result<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      result  

  public final org.jooq.Condition equal(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 621
            aload 0 /* this */
            getstatic org.jooq.Comparator.EQUALS:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition equal(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 626
            aload 0 /* this */
            getstatic org.jooq.Comparator.EQUALS:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition eq(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 631
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.equal:(Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition eq(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 636
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.equal:(Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition notEqual(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 641
            aload 0 /* this */
            getstatic org.jooq.Comparator.NOT_EQUALS:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition notEqual(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 646
            aload 0 /* this */
            getstatic org.jooq.Comparator.NOT_EQUALS:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition ne(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 651
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.notEqual:(Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition ne(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 656
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.notEqual:(Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition greaterThan(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 661
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition greaterThan(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 666
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition gt(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 671
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.greaterThan:(Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition gt(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 676
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.greaterThan:(Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition greaterOrEqual(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 681
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition greaterOrEqual(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 686
            aload 0 /* this */
            getstatic org.jooq.Comparator.GREATER_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition ge(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 691
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.greaterOrEqual:(Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition ge(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 696
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.greaterOrEqual:(Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition lessThan(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 701
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition lessThan(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 706
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition lt(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 711
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.lessThan:(Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition lt(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 716
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.lessThan:(Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition lessOrEqual(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 721
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition lessOrEqual(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 726
            aload 0 /* this */
            getstatic org.jooq.Comparator.LESS_OR_EQUAL:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition le(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 731
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.lessOrEqual:(Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition le(org.jooq.QuantifiedSelect<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.QuantifiedSelect select
         0: .line 736
            aload 0 /* this */
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.lessOrEqual:(Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.QuantifiedSelect select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition in(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 741
            aload 0 /* this */
            getstatic org.jooq.Comparator.IN:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  

  public final org.jooq.Condition notIn(org.jooq.Select<? extends org.jooq.Record4<T1, T2, T3, T4>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.RowImpl4 this
        start local 1 // org.jooq.Select select
         0: .line 746
            aload 0 /* this */
            getstatic org.jooq.Comparator.NOT_IN:Lorg/jooq/Comparator;
            aload 1 /* select */
            invokevirtual org.jooq.impl.RowImpl4.compare:(Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
            areturn
        end local 1 // org.jooq.Select select
        end local 0 // org.jooq.impl.RowImpl4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/RowImpl4<TT1;TT2;TT3;TT4;>;
            0    1     1  select  Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;)Lorg/jooq/Condition;
    MethodParameters:
        Name  Flags
      select  
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>Lorg/jooq/impl/AbstractRow;Lorg/jooq/Row4<TT1;TT2;TT3;TT4;>;
SourceFile: "RowImpl4.java"