Uses of Interface
org.aspectj.weaver.IWeaveRequestor

Packages that use IWeaveRequestor
org.aspectj.ajdt.internal.compiler   
org.aspectj.weaver   
 

Uses of IWeaveRequestor in org.aspectj.ajdt.internal.compiler
 

Classes in org.aspectj.ajdt.internal.compiler that implement IWeaveRequestor
 class WeaverAdapter
           
 

Methods in org.aspectj.ajdt.internal.compiler that return IWeaveRequestor
 IWeaveRequestor WeaverAdapter.getRequestor()
           
 

Uses of IWeaveRequestor in org.aspectj.weaver
 

Methods in org.aspectj.weaver that return IWeaveRequestor
 IWeaveRequestor IClassFileProvider.getRequestor()
          The client to which the woven results should be returned.