Uses of Class
edu.rice.cs.util.classloader.StickyClassLoader

Packages that use StickyClassLoader
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
 

Uses of StickyClassLoader in edu.rice.cs.drjava.model.repl
 

Fields in edu.rice.cs.drjava.model.repl declared as StickyClassLoader
private  StickyClassLoader DynamicJavaAdapter.ClassLoaderExtension._stickyLoader