final class org.jooq.impl.Interpreter$MutableDomain extends org.jooq.impl.Interpreter$MutableNamed
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.Interpreter$MutableDomain
  super_class: org.jooq.impl.Interpreter$MutableNamed
{
  org.jooq.impl.Interpreter$MutableSchema schema;
    descriptor: Lorg/jooq/impl/Interpreter$MutableSchema;
    flags: (0x0000) 

  org.jooq.DataType<?> dataType;
    descriptor: Lorg/jooq/DataType;
    flags: (0x0000) 
    Signature: Lorg/jooq/DataType<*>;

  java.util.List<org.jooq.impl.Interpreter$MutableCheck> checks;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lorg/jooq/impl/Interpreter$MutableCheck;>;

  java.util.List<org.jooq.impl.Interpreter$MutableField> fields;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lorg/jooq/impl/Interpreter$MutableField;>;

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

  void <init>(org.jooq.impl.UnqualifiedName, org.jooq.impl.Interpreter$MutableSchema, org.jooq.DataType<?>);
    descriptor: (Lorg/jooq/impl/Interpreter;Lorg/jooq/impl/UnqualifiedName;Lorg/jooq/impl/Interpreter$MutableSchema;Lorg/jooq/DataType;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jooq.impl.Interpreter$MutableDomain this
        start local 2 // org.jooq.impl.UnqualifiedName name
        start local 3 // org.jooq.impl.Interpreter$MutableSchema schema
        start local 4 // org.jooq.DataType dataType
         0: .line 1855
            aload 0 /* this */
            aload 1
            putfield org.jooq.impl.Interpreter$MutableDomain.this$0:Lorg/jooq/impl/Interpreter;
         1: .line 1856
            aload 0 /* this */
            aload 1
            aload 2 /* name */
            invokespecial org.jooq.impl.Interpreter$MutableNamed.<init>:(Lorg/jooq/impl/Interpreter;Lorg/jooq/impl/UnqualifiedName;)V
         2: .line 1852
            aload 0 /* this */
            new org.jooq.impl.Interpreter$MutableNamedList
            dup
            aload 1
            invokespecial org.jooq.impl.Interpreter$MutableNamedList.<init>:(Lorg/jooq/impl/Interpreter;)V
            putfield org.jooq.impl.Interpreter$MutableDomain.checks:Ljava/util/List;
         3: .line 1853
            aload 0 /* this */
            new org.jooq.impl.Interpreter$MutableNamedList
            dup
            aload 1
            invokespecial org.jooq.impl.Interpreter$MutableNamedList.<init>:(Lorg/jooq/impl/Interpreter;)V
            putfield org.jooq.impl.Interpreter$MutableDomain.fields:Ljava/util/List;
         4: .line 1858
            aload 0 /* this */
            aload 3 /* schema */
            putfield org.jooq.impl.Interpreter$MutableDomain.schema:Lorg/jooq/impl/Interpreter$MutableSchema;
         5: .line 1859
            aload 0 /* this */
            aload 4 /* dataType */
            putfield org.jooq.impl.Interpreter$MutableDomain.dataType:Lorg/jooq/DataType;
         6: .line 1860
            aload 3 /* schema */
            getfield org.jooq.impl.Interpreter$MutableSchema.domains:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1861
            return
        end local 4 // org.jooq.DataType dataType
        end local 3 // org.jooq.impl.Interpreter$MutableSchema schema
        end local 2 // org.jooq.impl.UnqualifiedName name
        end local 0 // org.jooq.impl.Interpreter$MutableDomain this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jooq/impl/Interpreter$MutableDomain;
            0    8     2      name  Lorg/jooq/impl/UnqualifiedName;
            0    8     3    schema  Lorg/jooq/impl/Interpreter$MutableSchema;
            0    8     4  dataType  Lorg/jooq/DataType<*>;
    Signature: (Lorg/jooq/impl/UnqualifiedName;Lorg/jooq/impl/Interpreter$MutableSchema;Lorg/jooq/DataType<*>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      name      
      schema    
      dataType  

  final void onDrop();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.Interpreter$MutableDomain this
         0: .line 1865
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$MutableDomain.schema:Lorg/jooq/impl/Interpreter$MutableSchema;
            getfield org.jooq.impl.Interpreter$MutableSchema.domains:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 1867
            return
        end local 0 // org.jooq.impl.Interpreter$MutableDomain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/Interpreter$MutableDomain;

  final org.jooq.impl.Interpreter$MutableNamed parent();
    descriptor: ()Lorg/jooq/impl/Interpreter$MutableNamed;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.Interpreter$MutableDomain this
         0: .line 1871
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$MutableDomain.schema:Lorg/jooq/impl/Interpreter$MutableSchema;
            areturn
        end local 0 // org.jooq.impl.Interpreter$MutableDomain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/Interpreter$MutableDomain;

  final org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain interpretedDomain();
    descriptor: ()Lorg/jooq/impl/Interpreter$MutableDomain$InterpretedDomain;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.jooq.impl.Interpreter$MutableDomain this
         0: .line 1876
            aload 0 /* this */
            invokevirtual org.jooq.impl.Interpreter$MutableDomain.qualifiedName:()Lorg/jooq/Name;
            astore 1 /* qualifiedName */
        start local 1 // org.jooq.Name qualifiedName
         1: .line 1877
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$MutableDomain.this$0:Lorg/jooq/impl/Interpreter;
            getfield org.jooq.impl.Interpreter.interpretedDomains:Ljava/util/Map;
            aload 1 /* qualifiedName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain
            astore 2 /* result */
        start local 2 // org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain result
         2: .line 1879
            aload 2 /* result */
            ifnonnull 4
         3: .line 1880
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$MutableDomain.this$0:Lorg/jooq/impl/Interpreter;
            getfield org.jooq.impl.Interpreter.interpretedDomains:Ljava/util/Map;
            aload 1 /* qualifiedName */
            new org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$MutableDomain.schema:Lorg/jooq/impl/Interpreter$MutableSchema;
            invokevirtual org.jooq.impl.Interpreter$MutableSchema.interpretedSchema:()Lorg/jooq/impl/Interpreter$MutableSchema$InterpretedSchema;
            invokespecial org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain.<init>:(Lorg/jooq/impl/Interpreter$MutableDomain;Lorg/jooq/Schema;)V
            dup
            astore 2 /* result */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1882
      StackMap locals: org.jooq.Name org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain result
        end local 1 // org.jooq.Name qualifiedName
        end local 0 // org.jooq.impl.Interpreter$MutableDomain this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/jooq/impl/Interpreter$MutableDomain;
            1    5     1  qualifiedName  Lorg/jooq/Name;
            2    5     2         result  Lorg/jooq/impl/Interpreter$MutableDomain$InterpretedDomain;

  final org.jooq.Check<?>[] interpretedChecks();
    descriptor: ()[Lorg/jooq/Check;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // org.jooq.impl.Interpreter$MutableDomain this
         0: .line 1886
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$MutableDomain.checks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.jooq.Check
            astore 1 /* result */
        start local 1 // org.jooq.Check[] result
         1: .line 1888
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 1889
      StackMap locals: org.jooq.Check[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.Interpreter$MutableDomain.checks:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.jooq.impl.Interpreter$MutableCheck
            astore 3 /* c */
        start local 3 // org.jooq.impl.Interpreter$MutableCheck c
         4: .line 1890
            aload 1 /* result */
            iload 2 /* i */
            new org.jooq.impl.CheckImpl
            dup
            aconst_null
            aload 3 /* c */
            invokevirtual org.jooq.impl.Interpreter$MutableCheck.name:()Lorg/jooq/impl/UnqualifiedName;
            aload 3 /* c */
            getfield org.jooq.impl.Interpreter$MutableCheck.condition:Lorg/jooq/Condition;
            aload 3 /* c */
            getfield org.jooq.impl.Interpreter$MutableCheck.enforced:Z
            invokespecial org.jooq.impl.CheckImpl.<init>:(Lorg/jooq/Table;Lorg/jooq/Name;Lorg/jooq/Condition;Z)V
            aastore
        end local 3 // org.jooq.impl.Interpreter$MutableCheck c
         5: .line 1888
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* result */
            arraylength
            if_icmplt 3
        end local 2 // int i
         7: .line 1893
            aload 1 /* result */
            areturn
        end local 1 // org.jooq.Check[] result
        end local 0 // org.jooq.impl.Interpreter$MutableDomain this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/jooq/impl/Interpreter$MutableDomain;
            1    8     1  result  [Lorg/jooq/Check;
            2    7     2       i  I
            4    5     3       c  Lorg/jooq/impl/Interpreter$MutableCheck;
    Signature: ()[Lorg/jooq/Check<*>;
}
SourceFile: "Interpreter.java"
NestHost: org.jooq.impl.Interpreter
InnerClasses:
  private final MutableCheck = org.jooq.impl.Interpreter$MutableCheck of org.jooq.impl.Interpreter
  private final MutableDomain = org.jooq.impl.Interpreter$MutableDomain of org.jooq.impl.Interpreter
  private final InterpretedDomain = org.jooq.impl.Interpreter$MutableDomain$InterpretedDomain of org.jooq.impl.Interpreter$MutableDomain
  private final MutableField = org.jooq.impl.Interpreter$MutableField of org.jooq.impl.Interpreter
  private abstract MutableNamed = org.jooq.impl.Interpreter$MutableNamed of org.jooq.impl.Interpreter
  private final MutableNamedList = org.jooq.impl.Interpreter$MutableNamedList of org.jooq.impl.Interpreter
  private final MutableSchema = org.jooq.impl.Interpreter$MutableSchema of org.jooq.impl.Interpreter
  private final InterpretedSchema = org.jooq.impl.Interpreter$MutableSchema$InterpretedSchema of org.jooq.impl.Interpreter$MutableSchema