class org.postgresql.core.QueryExecutorBase$1 implements org.postgresql.util.LruCache$EvictAction<org.postgresql.core.CachedQuery>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.core.QueryExecutorBase$1
  super_class: java.lang.Object
{
  final org.postgresql.core.QueryExecutorBase this$0;
    descriptor: Lorg/postgresql/core/QueryExecutorBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void evict(org.postgresql.core.CachedQuery);
    descriptor: (Lorg/postgresql/core/CachedQuery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.postgresql.core.QueryExecutorBase$1 this
        start local 1 // org.postgresql.core.CachedQuery cachedQuery
         0: .line 75
            aload 1 /* cachedQuery */
            getfield org.postgresql.core.CachedQuery.query:Lorg/postgresql/core/Query;
            invokeinterface org.postgresql.core.Query.close:()V
         1: .line 76
            return
        end local 1 // org.postgresql.core.CachedQuery cachedQuery
        end local 0 // org.postgresql.core.QueryExecutorBase$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/postgresql/core/QueryExecutorBase$1;
            0    2     1  cachedQuery  Lorg/postgresql/core/CachedQuery;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
             Name  Flags
      cachedQuery  

  public void evict(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.postgresql.core.CachedQuery
            invokevirtual org.postgresql.core.QueryExecutorBase$1.evict:(Lorg/postgresql/core/CachedQuery;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Ljava/lang/Object;Lorg/postgresql/util/LruCache$EvictAction<Lorg/postgresql/core/CachedQuery;>;
SourceFile: "QueryExecutorBase.java"
EnclosingMethod: org.postgresql.core.QueryExecutorBase.<init>:(Lorg/postgresql/core/PGStream;Ljava/lang/String;Ljava/lang/String;ILjava/util/Properties;)V
NestHost: org.postgresql.core.QueryExecutorBase
InnerClasses:
  org.postgresql.core.QueryExecutorBase$1
  public abstract EvictAction = org.postgresql.util.LruCache$EvictAction of org.postgresql.util.LruCache