Package org.h2.util

Class SourceCompiler.GroovyCompiler

  • Enclosing class:
    SourceCompiler

    private static final class SourceCompiler.GroovyCompiler
    extends java.lang.Object
    Access the Groovy compiler using reflection, so that we do not gain a compile-time dependency unnecessarily.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.Throwable INIT_FAIL_EXCEPTION  
      private static java.lang.Object LOADER  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GroovyCompiler()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Class<?> parseClass​(java.lang.String source, java.lang.String packageAndClassName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOADER

        private static final java.lang.Object LOADER
      • INIT_FAIL_EXCEPTION

        private static final java.lang.Throwable INIT_FAIL_EXCEPTION
    • Constructor Detail

      • GroovyCompiler

        private GroovyCompiler()
    • Method Detail

      • parseClass

        public static java.lang.Class<?> parseClass​(java.lang.String source,
                                                    java.lang.String packageAndClassName)