Uses of Interface
org.aspectj.weaver.loadtime.IWeavingContext
-
Packages that use IWeavingContext Package Description org.aspectj.weaver.loadtime org.aspectj.weaver.ltw -
-
Uses of IWeavingContext in org.aspectj.weaver.loadtime
Classes in org.aspectj.weaver.loadtime that implement IWeavingContext Modifier and Type Class Description classDefaultWeavingContextMethods in org.aspectj.weaver.loadtime with parameters of type IWeavingContext Modifier and Type Method Description voidClassLoaderWeavingAdaptor. initialize(ClassLoader classLoader, IWeavingContext context)Constructors in org.aspectj.weaver.loadtime with parameters of type IWeavingContext Constructor Description Aj(IWeavingContext context)ClassLoaderWeavingAdaptor(ClassLoader deprecatedLoader, IWeavingContext deprecatedContext)Deprecated. -
Uses of IWeavingContext in org.aspectj.weaver.ltw
Constructors in org.aspectj.weaver.ltw with parameters of type IWeavingContext Constructor Description LTWWorld(ClassLoader loader, IWeavingContext weavingContext, IMessageHandler handler, ICrossReferenceHandler xrefHandler)
-