Uses of Interface
org.aspectj.apache.bcel.util.ClassLoaderReference

Packages that use ClassLoaderReference
org.aspectj.apache.bcel.util   
org.aspectj.weaver.bcel   
 

Uses of ClassLoaderReference in org.aspectj.apache.bcel.util
 

Classes in org.aspectj.apache.bcel.util that implement ClassLoaderReference
 class DefaultClassLoaderReference
          Simplistic ClassLoaderReference that merely delegates to a classloader.
 

Constructors in org.aspectj.apache.bcel.util with parameters of type ClassLoaderReference
ClassLoaderRepository(ClassLoaderReference loaderRef)
           
NonCachingClassLoaderRepository(ClassLoaderReference loaderRef)
           
 

Uses of ClassLoaderReference in org.aspectj.weaver.bcel
 

Classes in org.aspectj.weaver.bcel that implement ClassLoaderReference
 class BcelWeakClassLoaderReference
          Wraps a reference to a classloader inside a WeakReference.
 

Methods in org.aspectj.weaver.bcel with parameters of type ClassLoaderReference
 Repository BcelWorld.getClassLoaderRepositoryFor(ClassLoaderReference loader)