public class org.springframework.transaction.support.SimpleTransactionStatus extends org.springframework.transaction.support.AbstractTransactionStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.transaction.support.SimpleTransactionStatus
  super_class: org.springframework.transaction.support.AbstractTransactionStatus
{
  private final boolean newTransaction;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.SimpleTransactionStatus this
         0: .line 45
            aload 0 /* this */
            iconst_1
            invokespecial org.springframework.transaction.support.SimpleTransactionStatus.<init>:(Z)V
         1: .line 46
            return
        end local 0 // org.springframework.transaction.support.SimpleTransactionStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/SimpleTransactionStatus;

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.transaction.support.SimpleTransactionStatus this
        start local 1 // boolean newTransaction
         0: .line 52
            aload 0 /* this */
            invokespecial org.springframework.transaction.support.AbstractTransactionStatus.<init>:()V
         1: .line 53
            aload 0 /* this */
            iload 1 /* newTransaction */
            putfield org.springframework.transaction.support.SimpleTransactionStatus.newTransaction:Z
         2: .line 54
            return
        end local 1 // boolean newTransaction
        end local 0 // org.springframework.transaction.support.SimpleTransactionStatus this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/springframework/transaction/support/SimpleTransactionStatus;
            0    3     1  newTransaction  Z
    MethodParameters:
                Name  Flags
      newTransaction  

  public boolean isNewTransaction();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.SimpleTransactionStatus this
         0: .line 59
            aload 0 /* this */
            getfield org.springframework.transaction.support.SimpleTransactionStatus.newTransaction:Z
            ireturn
        end local 0 // org.springframework.transaction.support.SimpleTransactionStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/SimpleTransactionStatus;
}
SourceFile: "SimpleTransactionStatus.java"