final class org.h2.util.SourceCompiler$GroovyCompiler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.util.SourceCompiler$GroovyCompiler
  super_class: java.lang.Object
{
  private static final java.lang.Object LOADER;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.Throwable INIT_FAIL_EXCEPTION;
    descriptor: Ljava/lang/Throwable;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=8, args_size=0
         0: .line 461
            aconst_null
            astore 0 /* loader */
        start local 0 // java.lang.Object loader
         1: .line 462
            aconst_null
            astore 1 /* initFailException */
        start local 1 // java.lang.Throwable initFailException
         2: .line 466
            ldc "org.codehaus.groovy.control.customizers.ImportCustomizer"
         3: .line 465
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 2 /* importCustomizerClass */
        start local 2 // java.lang.Class importCustomizerClass
         4: .line 468
            ldc "org.codehaus.groovy.control.customizers.ImportCustomizer"
            iconst_0
            anewarray java.lang.Object
         5: .line 467
            invokestatic org.h2.util.Utils.newInstance:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* importCustomizer */
        start local 3 // java.lang.Object importCustomizer
         6: .line 470
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         7: .line 471
            ldc "java.sql.Connection"
            aastore
            dup
            iconst_1
         8: .line 472
            ldc "java.sql.Types"
            aastore
            dup
            iconst_2
         9: .line 473
            ldc "java.sql.ResultSet"
            aastore
            dup
            iconst_3
        10: .line 474
            ldc "groovy.sql.Sql"
            aastore
            dup
            iconst_4
        11: .line 475
            ldc "org.h2.tools.SimpleResultSet"
            aastore
        12: .line 470
            astore 4 /* importsArray */
        start local 4 // java.lang.String[] importsArray
        13: .line 477
            aload 3 /* importCustomizer */
            ldc "addImports"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* importsArray */
            aastore
            invokestatic org.h2.util.Utils.callMethod:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 482
            aload 2 /* importCustomizerClass */
            iconst_1
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            astore 5 /* importCustomizerArray */
        start local 5 // java.lang.Object importCustomizerArray
        15: .line 483
            aload 5 /* importCustomizerArray */
            iconst_0
            aload 3 /* importCustomizer */
            invokestatic java.lang.reflect.Array.set:(Ljava/lang/Object;ILjava/lang/Object;)V
        16: .line 485
            ldc "org.codehaus.groovy.control.CompilerConfiguration"
            iconst_0
            anewarray java.lang.Object
        17: .line 484
            invokestatic org.h2.util.Utils.newInstance:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* configuration */
        start local 6 // java.lang.Object configuration
        18: .line 486
            aload 6 /* configuration */
        19: .line 487
            ldc "addCompilationCustomizers"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* importCustomizerArray */
            aastore
        20: .line 486
            invokestatic org.h2.util.Utils.callMethod:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        21: .line 489
            ldc Lorg/h2/util/SourceCompiler$GroovyCompiler;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            astore 7 /* parent */
        start local 7 // java.lang.ClassLoader parent
        22: .line 491
            ldc "groovy.lang.GroovyClassLoader"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* parent */
            aastore
            dup
            iconst_1
            aload 6 /* configuration */
            aastore
        23: .line 490
            invokestatic org.h2.util.Utils.newInstance:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 0 /* loader */
        end local 7 // java.lang.ClassLoader parent
        end local 6 // java.lang.Object configuration
        end local 5 // java.lang.Object importCustomizerArray
        end local 4 // java.lang.String[] importsArray
        end local 3 // java.lang.Object importCustomizer
        end local 2 // java.lang.Class importCustomizerClass
        24: .line 492
            goto 27
      StackMap locals: java.lang.Object java.lang.Throwable
      StackMap stack: java.lang.Exception
        25: astore 2 /* ex */
        start local 2 // java.lang.Exception ex
        26: .line 493
            aload 2 /* ex */
            astore 1 /* initFailException */
        end local 2 // java.lang.Exception ex
        27: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* loader */
            putstatic org.h2.util.SourceCompiler$GroovyCompiler.LOADER:Ljava/lang/Object;
        28: .line 496
            aload 1 /* initFailException */
            putstatic org.h2.util.SourceCompiler$GroovyCompiler.INIT_FAIL_EXCEPTION:Ljava/lang/Throwable;
        end local 1 // java.lang.Throwable initFailException
        end local 0 // java.lang.Object loader
        29: .line 497
            return
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            1   29     0                 loader  Ljava/lang/Object;
            2   29     1      initFailException  Ljava/lang/Throwable;
            4   24     2  importCustomizerClass  Ljava/lang/Class<*>;
            6   24     3       importCustomizer  Ljava/lang/Object;
           13   24     4           importsArray  [Ljava/lang/String;
           15   24     5  importCustomizerArray  Ljava/lang/Object;
           18   24     6          configuration  Ljava/lang/Object;
           22   24     7                 parent  Ljava/lang/ClassLoader;
           26   27     2                     ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2    24      25  Class java.lang.Exception

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.util.SourceCompiler$GroovyCompiler this
         0: .line 455
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.h2.util.SourceCompiler$GroovyCompiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/util/SourceCompiler$GroovyCompiler;

  public static java.lang.Class<?> parseClass(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // java.lang.String source
        start local 1 // java.lang.String packageAndClassName
         0: .line 501
            getstatic org.h2.util.SourceCompiler$GroovyCompiler.LOADER:Ljava/lang/Object;
            ifnonnull 4
         1: .line 502
            new java.lang.RuntimeException
            dup
         2: .line 503
            ldc "Compile fail: no Groovy jar in the classpath"
            getstatic org.h2.util.SourceCompiler$GroovyCompiler.INIT_FAIL_EXCEPTION:Ljava/lang/Throwable;
         3: .line 502
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         4: .line 506
      StackMap locals:
      StackMap stack:
            ldc "groovy.lang.GroovyCodeSource"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 507
            aload 0 /* source */
            aastore
            dup
            iconst_1
            new java.lang.StringBuilder
            dup
            aload 1 /* packageAndClassName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".groovy"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc "UTF-8"
            aastore
         6: .line 506
            invokestatic org.h2.util.Utils.newInstance:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* codeSource */
        start local 2 // java.lang.Object codeSource
         7: .line 508
            aload 2 /* codeSource */
            ldc "setCachable"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokestatic org.h2.util.Utils.callMethod:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 510
            getstatic org.h2.util.SourceCompiler$GroovyCompiler.LOADER:Ljava/lang/Object;
            ldc "parseClass"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* codeSource */
            aastore
         9: .line 509
            invokestatic org.h2.util.Utils.callMethod:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
        10: areturn
        end local 2 // java.lang.Object codeSource
        11: .line 511
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        12: .line 512
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.String packageAndClassName
        end local 0 // java.lang.String source
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0               source  Ljava/lang/String;
            0   13     1  packageAndClassName  Ljava/lang/String;
            7   11     2           codeSource  Ljava/lang/Object;
           12   13     2                    e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4    10      11  Class java.lang.Exception
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
                     Name  Flags
      source               
      packageAndClassName  
}
SourceFile: "SourceCompiler.java"
NestHost: org.h2.util.SourceCompiler
InnerClasses:
  private final GroovyCompiler = org.h2.util.SourceCompiler$GroovyCompiler of org.h2.util.SourceCompiler