final class org.h2.table.JoinBatch$JoinRow
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.table.JoinBatch$JoinRow
  super_class: java.lang.Object
{
  private static final long S_NULL;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final long S_FUTURE;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final long S_CURSOR;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final long S_ROW;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final long S_MASK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  org.h2.table.JoinBatch$JoinRow prev;
    descriptor: Lorg/h2/table/JoinBatch$JoinRow;
    flags: (0x0000) 

  org.h2.table.JoinBatch$JoinRow next;
    descriptor: Lorg/h2/table/JoinBatch$JoinRow;
    flags: (0x0000) 

  private java.lang.Object[] row;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private long state;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 554
            ldc Lorg/h2/table/JoinBatch;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.h2.table.JoinBatch$JoinRow.$assertionsDisabled:Z
         3: .line 560
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // java.lang.Object[] row
         0: .line 584
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 585
            aload 0 /* this */
            aload 1 /* row */
            putfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
         2: .line 586
            return
        end local 1 // java.lang.Object[] row
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/table/JoinBatch$JoinRow;
            0    3     1   row  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      row   

  private long getState(int);
    descriptor: (I)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int joinFilterId
         0: .line 593
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.state:J
            iload 1 /* joinFilterId */
            iconst_1
            ishl
            lushr
            ldc 3
            land
            lreturn
        end local 1 // int joinFilterId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/h2/table/JoinBatch$JoinRow;
            0    1     1  joinFilterId  I
    MethodParameters:
              Name  Flags
      joinFilterId  

  private void incrementState(int, long);
    descriptor: (IJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int joinFilterId
        start local 2 // long i
         0: .line 607
            getstatic org.h2.table.JoinBatch$JoinRow.$assertionsDisabled:Z
            ifne 1
            lload 2 /* i */
            lconst_0
            lcmp
            ifgt 1
            new java.lang.AssertionError
            dup
            lload 2 /* i */
            invokespecial java.lang.AssertionError.<init>:(J)V
            athrow
         1: .line 608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.h2.table.JoinBatch$JoinRow.state:J
            lload 2 /* i */
            iload 1 /* joinFilterId */
            iconst_1
            ishl
            lshl
            ladd
            putfield org.h2.table.JoinBatch$JoinRow.state:J
         2: .line 609
            return
        end local 2 // long i
        end local 1 // int joinFilterId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/h2/table/JoinBatch$JoinRow;
            0    3     1  joinFilterId  I
            0    3     2             i  J
    MethodParameters:
              Name  Flags
      joinFilterId  
      i             

  void updateRow(int, java.lang.Object, long, long);
    descriptor: (ILjava/lang/Object;JJ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int joinFilterId
        start local 2 // java.lang.Object x
        start local 3 // long oldState
        start local 5 // long newState
         0: .line 612
            getstatic org.h2.table.JoinBatch$JoinRow.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            iload 1 /* joinFilterId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.getState:(I)J
            lload 3 /* oldState */
            lcmp
            ifeq 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "old state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* joinFilterId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.getState:(I)J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            iload 1 /* joinFilterId */
            aload 2 /* x */
            aastore
         2: .line 614
            aload 0 /* this */
            iload 1 /* joinFilterId */
            lload 5 /* newState */
            lload 3 /* oldState */
            lsub
            invokevirtual org.h2.table.JoinBatch$JoinRow.incrementState:(IJ)V
         3: .line 615
            getstatic org.h2.table.JoinBatch$JoinRow.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            iload 1 /* joinFilterId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.getState:(I)J
            lload 5 /* newState */
            lcmp
            ifeq 4
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "new state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* joinFilterId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.getState:(I)J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 616
      StackMap locals:
      StackMap stack:
            return
        end local 5 // long newState
        end local 3 // long oldState
        end local 2 // java.lang.Object x
        end local 1 // int joinFilterId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/h2/table/JoinBatch$JoinRow;
            0    5     1  joinFilterId  I
            0    5     2             x  Ljava/lang/Object;
            0    5     3      oldState  J
            0    5     5      newState  J
    MethodParameters:
              Name  Flags
      joinFilterId  
      x             
      oldState      
      newState      

  java.lang.Object row(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int joinFilterId
         0: .line 619
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            iload 1 /* joinFilterId */
            aaload
            areturn
        end local 1 // int joinFilterId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/h2/table/JoinBatch$JoinRow;
            0    1     1  joinFilterId  I
    MethodParameters:
              Name  Flags
      joinFilterId  

  boolean isRow(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int joinFilterId
         0: .line 623
            aload 0 /* this */
            iload 1 /* joinFilterId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.getState:(I)J
            ldc 3
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int joinFilterId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/h2/table/JoinBatch$JoinRow;
            0    2     1  joinFilterId  I
    MethodParameters:
              Name  Flags
      joinFilterId  

  boolean isFuture(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int joinFilterId
         0: .line 627
            aload 0 /* this */
            iload 1 /* joinFilterId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.getState:(I)J
            lconst_1
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int joinFilterId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/h2/table/JoinBatch$JoinRow;
            0    2     1  joinFilterId  I
    MethodParameters:
              Name  Flags
      joinFilterId  

  private boolean isCursor(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int joinFilterId
         0: .line 631
            aload 0 /* this */
            iload 1 /* joinFilterId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.getState:(I)J
            ldc 2
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int joinFilterId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/h2/table/JoinBatch$JoinRow;
            0    2     1  joinFilterId  I
    MethodParameters:
              Name  Flags
      joinFilterId  

  boolean isComplete();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.table.JoinBatch$JoinRow this
         0: .line 635
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            invokevirtual org.h2.table.JoinBatch$JoinRow.isRow:(I)Z
            ireturn
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/table/JoinBatch$JoinRow;

  boolean isDropped();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.table.JoinBatch$JoinRow this
         0: .line 639
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/table/JoinBatch$JoinRow;

  void drop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.table.JoinBatch$JoinRow this
         0: .line 643
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
            ifnull 2
         1: .line 644
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.next:Lorg/h2/table/JoinBatch$JoinRow;
            putfield org.h2.table.JoinBatch$JoinRow.next:Lorg/h2/table/JoinBatch$JoinRow;
         2: .line 646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.next:Lorg/h2/table/JoinBatch$JoinRow;
            ifnull 4
         3: .line 647
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.next:Lorg/h2/table/JoinBatch$JoinRow;
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
            putfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
         4: .line 649
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
         5: .line 650
            return
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/h2/table/JoinBatch$JoinRow;

  org.h2.table.JoinBatch$JoinRow copyBehind(int);
    descriptor: (I)Lorg/h2/table/JoinBatch$JoinRow;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.h2.table.JoinBatch$JoinRow this
        start local 1 // int jfId
         0: .line 660
            getstatic org.h2.table.JoinBatch$JoinRow.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            iload 1 /* jfId */
            invokevirtual org.h2.table.JoinBatch$JoinRow.isCursor:(I)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 661
      StackMap locals:
      StackMap stack:
            getstatic org.h2.table.JoinBatch$JoinRow.$assertionsDisabled:Z
            ifne 2
            iload 1 /* jfId */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            arraylength
            if_icmpeq 2
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            iload 1 /* jfId */
            iconst_1
            iadd
            aaload
            ifnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            arraylength
            anewarray java.lang.Object
            astore 2 /* r */
        start local 2 // java.lang.Object[] r
         3: .line 664
            iload 1 /* jfId */
            ifeq 5
         4: .line 665
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            iconst_0
            aload 2 /* r */
            iconst_0
            iload 1 /* jfId */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 667
      StackMap locals: java.lang.Object[]
      StackMap stack:
            new org.h2.table.JoinBatch$JoinRow
            dup
            aload 2 /* r */
            invokespecial org.h2.table.JoinBatch$JoinRow.<init>:([Ljava/lang/Object;)V
            astore 3 /* copy */
        start local 3 // org.h2.table.JoinBatch$JoinRow copy
         6: .line 668
            aload 3 /* copy */
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.state:J
            putfield org.h2.table.JoinBatch$JoinRow.state:J
         7: .line 670
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
            ifnull 10
         8: .line 671
            aload 3 /* copy */
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
            putfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
         9: .line 672
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
            aload 3 /* copy */
            putfield org.h2.table.JoinBatch$JoinRow.next:Lorg/h2/table/JoinBatch$JoinRow;
        10: .line 674
      StackMap locals: org.h2.table.JoinBatch$JoinRow
      StackMap stack:
            aload 0 /* this */
            aload 3 /* copy */
            putfield org.h2.table.JoinBatch$JoinRow.prev:Lorg/h2/table/JoinBatch$JoinRow;
        11: .line 675
            aload 3 /* copy */
            aload 0 /* this */
            putfield org.h2.table.JoinBatch$JoinRow.next:Lorg/h2/table/JoinBatch$JoinRow;
        12: .line 677
            aload 3 /* copy */
            areturn
        end local 3 // org.h2.table.JoinBatch$JoinRow copy
        end local 2 // java.lang.Object[] r
        end local 1 // int jfId
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/h2/table/JoinBatch$JoinRow;
            0   13     1  jfId  I
            3   13     2     r  [Ljava/lang/Object;
            6   13     3  copy  Lorg/h2/table/JoinBatch$JoinRow;
    MethodParameters:
      Name  Flags
      jfId  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.table.JoinBatch$JoinRow this
         0: .line 682
            new java.lang.StringBuilder
            dup
            ldc "JoinRow->"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$JoinRow.row:[Ljava/lang/Object;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.h2.table.JoinBatch$JoinRow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/table/JoinBatch$JoinRow;
}
SourceFile: "JoinBatch.java"
NestHost: org.h2.table.JoinBatch
InnerClasses:
  private final JoinRow = org.h2.table.JoinBatch$JoinRow of org.h2.table.JoinBatch