class org.hibernate.tool.hbm2ddl.SchemaExport$1 implements org.hibernate.tool.schema.spi.SourceDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.tool.hbm2ddl.SchemaExport$1
  super_class: java.lang.Object
{
  final org.hibernate.tool.hbm2ddl.SchemaExport this$0;
    descriptor: Lorg/hibernate/tool/hbm2ddl/SchemaExport;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public org.hibernate.tool.schema.SourceType getSourceType();
    descriptor: ()Lorg/hibernate/tool/schema/SourceType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$1 this
         0: .line 278
            getstatic org.hibernate.tool.schema.SourceType.METADATA:Lorg/hibernate/tool/schema/SourceType;
            areturn
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaExport$1;

  public org.hibernate.tool.schema.spi.ScriptSourceInput getScriptSourceInput();
    descriptor: ()Lorg/hibernate/tool/schema/spi/ScriptSourceInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$1 this
         0: .line 283
            aconst_null
            areturn
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaExport$1;
}
SourceFile: "SchemaExport.java"
EnclosingMethod: org.hibernate.tool.hbm2ddl.SchemaExport.doExecution:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;ZLorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;Lorg/hibernate/tool/schema/spi/TargetDescriptor;)V
NestHost: org.hibernate.tool.hbm2ddl.SchemaExport
InnerClasses:
  org.hibernate.tool.hbm2ddl.SchemaExport$1
  public final Action = org.hibernate.tool.hbm2ddl.SchemaExport$Action of org.hibernate.tool.hbm2ddl.SchemaExport