class org.postgresql.jdbc.PgStatement$1 extends java.util.TimerTask
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.jdbc.PgStatement$1
  super_class: java.util.TimerTask
{
  final org.postgresql.jdbc.PgStatement this$0;
    descriptor: Lorg/postgresql/jdbc/PgStatement;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.postgresql.jdbc.PgStatement);
    descriptor: (Lorg/postgresql/jdbc/PgStatement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.jdbc.PgStatement$1 this
         0: .line 939
            aload 0 /* this */
            aload 1
            putfield org.postgresql.jdbc.PgStatement$1.this$0:Lorg/postgresql/jdbc/PgStatement;
            aload 0 /* this */
            invokespecial java.util.TimerTask.<init>:()V
            return
        end local 0 // org.postgresql.jdbc.PgStatement$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/jdbc/PgStatement$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.postgresql.jdbc.PgStatement$1 this
         0: .line 942
            getstatic org.postgresql.jdbc.PgStatement.CANCEL_TIMER_UPDATER:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            getfield org.postgresql.jdbc.PgStatement$1.this$0:Lorg/postgresql/jdbc/PgStatement;
            aload 0 /* this */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 2
         1: .line 945
            return
         2: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.jdbc.PgStatement$1.this$0:Lorg/postgresql/jdbc/PgStatement;
            invokevirtual org.postgresql.jdbc.PgStatement.cancel:()V
         3: .line 948
            goto 5
      StackMap locals:
      StackMap stack: java.sql.SQLException
         4: pop
         5: .line 950
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.postgresql.jdbc.PgStatement$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/postgresql/jdbc/PgStatement$1;
      Exception table:
        from    to  target  type
           0     1       4  Class java.sql.SQLException
           2     3       4  Class java.sql.SQLException
}
SourceFile: "PgStatement.java"
EnclosingMethod: org.postgresql.jdbc.PgStatement.startTimer:()V
NestHost: org.postgresql.jdbc.PgStatement
InnerClasses:
  org.postgresql.jdbc.PgStatement$1