class org.jooq.impl.Interpreter$1 extends org.jooq.impl.AbstractMeta
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jooq.impl.Interpreter$1
  super_class: org.jooq.impl.AbstractMeta
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2052806256506059701

  final org.jooq.impl.Interpreter this$0;
    descriptor: Lorg/jooq/impl/Interpreter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jooq.impl.Interpreter, org.jooq.Configuration);
    descriptor: (Lorg/jooq/impl/Interpreter;Lorg/jooq/Configuration;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.Interpreter$1 this
        start local 2 // org.jooq.Configuration $anonymous0
         0: .line 151
            aload 0 /* this */
            aload 1
            putfield org.jooq.impl.Interpreter$1.this$0:Lorg/jooq/impl/Interpreter;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.jooq.impl.AbstractMeta.<init>:(Lorg/jooq/Configuration;)V
            return
        end local 2 // org.jooq.Configuration $anonymous0
        end local 0 // org.jooq.impl.Interpreter$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jooq/impl/Interpreter$1;
            0    1     2  $anonymous0  Lorg/jooq/Configuration;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  final java.util.List<org.jooq.Catalog> getCatalogs0();
    descriptor: ()Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.jooq.impl.Interpreter$1 this
         0: .line 156
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* result */
        start local 1 // java.util.List result
         1: .line 158
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$1.this$0:Lorg/jooq/impl/Interpreter;
            getfield org.jooq.impl.Interpreter.catalogs:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.jooq.impl.Interpreter$1 java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jooq.impl.Interpreter$MutableCatalog
            astore 2 /* catalog */
        start local 2 // org.jooq.impl.Interpreter$MutableCatalog catalog
         3: .line 159
            aload 1 /* result */
            aload 2 /* catalog */
            invokevirtual org.jooq.impl.Interpreter$MutableCatalog.interpretedCatalog:()Lorg/jooq/impl/Interpreter$MutableCatalog$InterpretedCatalog;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.jooq.impl.Interpreter$MutableCatalog catalog
         4: .line 158
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 161
            aload 1 /* result */
            areturn
        end local 1 // java.util.List result
        end local 0 // org.jooq.impl.Interpreter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jooq/impl/Interpreter$1;
            1    6     1   result  Ljava/util/List<Lorg/jooq/Catalog;>;
            3    4     2  catalog  Lorg/jooq/impl/Interpreter$MutableCatalog;
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: ()Ljava/util/List<Lorg/jooq/Catalog;>;
}
SourceFile: "Interpreter.java"
EnclosingMethod: org.jooq.impl.Interpreter.meta:()Lorg/jooq/Meta;
NestHost: org.jooq.impl.Interpreter
InnerClasses:
  org.jooq.impl.Interpreter$1
  private final MutableCatalog = org.jooq.impl.Interpreter$MutableCatalog of org.jooq.impl.Interpreter
  private final InterpretedCatalog = org.jooq.impl.Interpreter$MutableCatalog$InterpretedCatalog of org.jooq.impl.Interpreter$MutableCatalog