Uses of Class
gate.util.GateClassLoader

Packages that use GateClassLoader
gate This package contains the public interface to the GATE Java API.  
gate.util   
 

Uses of GateClassLoader in gate
 

Fields in gate declared as GateClassLoader
private static GateClassLoader Gate.classLoader
          Class loader used e.g. for loading CREOLE modules, of compiling JAPE rule RHSs.
 

Methods in gate that return GateClassLoader
static GateClassLoader Gate.getClassLoader()
          Get the GATE class loader.
 

Uses of GateClassLoader in gate.util
 

Fields in gate.util declared as GateClassLoader
private static GateClassLoader GateClassLoader.cachedReloader
          A cache used by the reloadClass method to store the last new loader that we created.
protected static GateClassLoader Javac.classLoader