public class org.h2.store.PageStoreInDoubtTransaction implements org.h2.store.InDoubtTransaction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.store.PageStoreInDoubtTransaction
  super_class: java.lang.Object
{
  private final org.h2.store.PageStore store;
    descriptor: Lorg/h2/store/PageStore;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final java.lang.String transactionName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int state;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.h2.store.PageStore, int, int, java.lang.String);
    descriptor: (Lorg/h2/store/PageStore;IILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.h2.store.PageStoreInDoubtTransaction this
        start local 1 // org.h2.store.PageStore store
        start local 2 // int sessionId
        start local 3 // int pos
        start local 4 // java.lang.String transaction
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* store */
            putfield org.h2.store.PageStoreInDoubtTransaction.store:Lorg/h2/store/PageStore;
         2: .line 32
            aload 0 /* this */
            iload 2 /* sessionId */
            putfield org.h2.store.PageStoreInDoubtTransaction.sessionId:I
         3: .line 33
            aload 0 /* this */
            iload 3 /* pos */
            putfield org.h2.store.PageStoreInDoubtTransaction.pos:I
         4: .line 34
            aload 0 /* this */
            aload 4 /* transaction */
            putfield org.h2.store.PageStoreInDoubtTransaction.transactionName:Ljava/lang/String;
         5: .line 35
            aload 0 /* this */
            iconst_0
            putfield org.h2.store.PageStoreInDoubtTransaction.state:I
         6: .line 36
            return
        end local 4 // java.lang.String transaction
        end local 3 // int pos
        end local 2 // int sessionId
        end local 1 // org.h2.store.PageStore store
        end local 0 // org.h2.store.PageStoreInDoubtTransaction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/h2/store/PageStoreInDoubtTransaction;
            0    7     1        store  Lorg/h2/store/PageStore;
            0    7     2    sessionId  I
            0    7     3          pos  I
            0    7     4  transaction  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      store        
      sessionId    
      pos          
      transaction  

  public void setState(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.store.PageStoreInDoubtTransaction this
        start local 1 // int state
         0: .line 40
            iload 1 /* state */
            tableswitch { // 1 - 2
                    1: 1
                    2: 3
              default: 5
          }
         1: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.store:Lorg/h2/store/PageStore;
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.sessionId:I
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.pos:I
            iconst_1
            invokevirtual org.h2.store.PageStore.setInDoubtTransactionState:(IIZ)V
         2: .line 43
            goto 6
         3: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.store:Lorg/h2/store/PageStore;
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.sessionId:I
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.pos:I
            iconst_0
            invokevirtual org.h2.store.PageStore.setInDoubtTransactionState:(IIZ)V
         4: .line 46
            goto 6
         5: .line 48
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "state="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* state */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.h2.message.DbException.throwInternalError:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            pop
         6: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* state */
            putfield org.h2.store.PageStoreInDoubtTransaction.state:I
         7: .line 51
            return
        end local 1 // int state
        end local 0 // org.h2.store.PageStoreInDoubtTransaction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/h2/store/PageStoreInDoubtTransaction;
            0    8     1  state  I
    MethodParameters:
       Name  Flags
      state  

  public java.lang.String getState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.store.PageStoreInDoubtTransaction this
         0: .line 55
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.state:I
            tableswitch { // 0 - 2
                    0: 1
                    1: 2
                    2: 3
              default: 4
          }
         1: .line 57
      StackMap locals:
      StackMap stack:
            ldc "IN_DOUBT"
            areturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            ldc "COMMIT"
            areturn
         3: .line 61
      StackMap locals:
      StackMap stack:
            ldc "ROLLBACK"
            areturn
         4: .line 63
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "state="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.state:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.h2.message.DbException.throwInternalError:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // org.h2.store.PageStoreInDoubtTransaction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/h2/store/PageStoreInDoubtTransaction;

  public java.lang.String getTransactionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.store.PageStoreInDoubtTransaction this
         0: .line 69
            aload 0 /* this */
            getfield org.h2.store.PageStoreInDoubtTransaction.transactionName:Ljava/lang/String;
            areturn
        end local 0 // org.h2.store.PageStoreInDoubtTransaction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/store/PageStoreInDoubtTransaction;
}
SourceFile: "PageStoreInDoubtTransaction.java"