class org.hibernate.tool.hbm2ddl.ScriptExporter implements org.hibernate.tool.hbm2ddl.Exporter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.tool.hbm2ddl.ScriptExporter
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/ScriptExporter;

  public boolean acceptsImportScripts();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
         0: .line 32
            iconst_0
            ireturn
        end local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/ScriptExporter;

  public void export(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
        start local 1 // java.lang.String string
         0: .line 37
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 1 /* string */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 38
            return
        end local 1 // java.lang.String string
        end local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/hibernate/tool/hbm2ddl/ScriptExporter;
            0    2     1  string  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      string  

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
         0: .line 42
            return
        end local 0 // org.hibernate.tool.hbm2ddl.ScriptExporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/ScriptExporter;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "ScriptExporter.java"