Interface ISimpleCompiler

    • Method Detail

      • getClassLoader

        java.lang.ClassLoader getClassLoader()
        Returns a ClassLoader object through which the previously compiled classes can be accessed. This ClassLoader can be used for subsequent ISimpleCompilers in order to compile compilation units that use types (e.g. declare derived types) declared in the previous one.

        This method must only be called after exactly on of the ICookable.cook(String, java.io.Reader) methods was called.