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

Packages that use Repository
org.aspectj.apache.bcel   
org.aspectj.apache.bcel.classfile   
org.aspectj.apache.bcel.util   
org.aspectj.weaver.bcel   
org.aspectj.weaver.ltw   
 

Uses of Repository in org.aspectj.apache.bcel
 

Methods in org.aspectj.apache.bcel that return Repository
static Repository Repository.getRepository()
           
 

Methods in org.aspectj.apache.bcel with parameters of type Repository
static void Repository.setRepository(Repository rep)
          Set repository instance to be used for class loading
 

Uses of Repository in org.aspectj.apache.bcel.classfile
 

Methods in org.aspectj.apache.bcel.classfile that return Repository
 Repository JavaClass.getRepository()
          Gets the ClassRepository which holds its definition.
 

Methods in org.aspectj.apache.bcel.classfile with parameters of type Repository
 void JavaClass.setRepository(Repository repository)
          Sets the ClassRepository which loaded the JavaClass.
 

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

Classes in org.aspectj.apache.bcel.util that implement Repository
 class ClassLoaderRepository
          The repository maintains information about which classes have been loaded.
 class NonCachingClassLoaderRepository
          The repository maintains information about which classes have been loaded.
 class SyntheticRepository
          This repository is used in situations where a Class is created outside the realm of a ClassLoader.
 

Uses of Repository in org.aspectj.weaver.bcel
 

Classes in org.aspectj.weaver.bcel that implement Repository
 class BcelWorld
           
 

Methods in org.aspectj.weaver.bcel that return Repository
 Repository BcelWorld.getClassLoaderRepositoryFor(ClassLoaderReference loader)
           
 

Uses of Repository in org.aspectj.weaver.ltw
 

Classes in org.aspectj.weaver.ltw that implement Repository
 class LTWWorld