Uses of Interface
org.aspectj.apache.bcel.util.Repository
-
Packages that use Repository Package Description 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 Modifier and Type Method Description static RepositoryRepository. getRepository()Methods in org.aspectj.apache.bcel with parameters of type Repository Modifier and Type Method Description static voidRepository. setRepository(Repository rep) -
Uses of Repository in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile that return Repository Modifier and Type Method Description RepositoryJavaClass. getRepository()Methods in org.aspectj.apache.bcel.classfile with parameters of type Repository Modifier and Type Method Description voidJavaClass. setRepository(Repository repository) -
Uses of Repository in org.aspectj.apache.bcel.util
Classes in org.aspectj.apache.bcel.util that implement Repository Modifier and Type Class Description classClassLoaderRepositoryclassNonCachingClassLoaderRepositoryclassSyntheticRepositoryclassThreadLocalAwareRepositoryMethods in org.aspectj.apache.bcel.util with parameters of type Repository Modifier and Type Method Description static voidThreadLocalAwareRepository. setCurrentRepository(Repository repository) -
Uses of Repository in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement Repository Modifier and Type Class Description classBcelWorldFields in org.aspectj.weaver.bcel declared as Repository Modifier and Type Field Description protected RepositoryBcelWorld. delegateMethods in org.aspectj.weaver.bcel that return Repository Modifier and Type Method Description RepositoryBcelWorld. getClassLoaderRepositoryFor(ClassLoaderReference loader) -
Uses of Repository in org.aspectj.weaver.ltw
Classes in org.aspectj.weaver.ltw that implement Repository Modifier and Type Class Description classLTWWorld
-