class org.jooq.impl.Interpreter$DelayedForeignKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jooq.impl.Interpreter$DelayedForeignKey
  super_class: java.lang.Object
{
  final org.jooq.impl.Interpreter$MutableTable table;
    descriptor: Lorg/jooq/impl/Interpreter$MutableTable;
    flags: (0x0010) ACC_FINAL

  final org.jooq.impl.ConstraintImpl constraint;
    descriptor: Lorg/jooq/impl/ConstraintImpl;
    flags: (0x0010) ACC_FINAL

  void <init>(org.jooq.impl.Interpreter$MutableTable, org.jooq.impl.ConstraintImpl);
    descriptor: (Lorg/jooq/impl/Interpreter$MutableTable;Lorg/jooq/impl/ConstraintImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jooq.impl.Interpreter$DelayedForeignKey this
        start local 1 // org.jooq.impl.Interpreter$MutableTable mt
        start local 2 // org.jooq.impl.ConstraintImpl constraint
         0: .line 346
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 347
            aload 0 /* this */
            aload 1 /* mt */
            putfield org.jooq.impl.Interpreter$DelayedForeignKey.table:Lorg/jooq/impl/Interpreter$MutableTable;
         2: .line 348
            aload 0 /* this */
            aload 2 /* constraint */
            putfield org.jooq.impl.Interpreter$DelayedForeignKey.constraint:Lorg/jooq/impl/ConstraintImpl;
         3: .line 349
            return
        end local 2 // org.jooq.impl.ConstraintImpl constraint
        end local 1 // org.jooq.impl.Interpreter$MutableTable mt
        end local 0 // org.jooq.impl.Interpreter$DelayedForeignKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jooq/impl/Interpreter$DelayedForeignKey;
            0    4     1          mt  Lorg/jooq/impl/Interpreter$MutableTable;
            0    4     2  constraint  Lorg/jooq/impl/ConstraintImpl;
    MethodParameters:
            Name  Flags
      mt          
      constraint  
}
SourceFile: "Interpreter.java"
NestHost: org.jooq.impl.Interpreter
InnerClasses:
  private DelayedForeignKey = org.jooq.impl.Interpreter$DelayedForeignKey of org.jooq.impl.Interpreter
  private final MutableTable = org.jooq.impl.Interpreter$MutableTable of org.jooq.impl.Interpreter