Uses of Interface
org.aspectj.weaver.ReferenceTypeDelegate

Packages that use ReferenceTypeDelegate
org.aspectj.weaver   
org.aspectj.weaver.bcel   
org.aspectj.weaver.reflect   
 

Uses of ReferenceTypeDelegate in org.aspectj.weaver
 

Classes in org.aspectj.weaver that implement ReferenceTypeDelegate
 class AbstractReferenceTypeDelegate
           
 class GeneratedReferenceTypeDelegate
          A delegate that can sit in the ReferenceType instance created for an aspect generated from aop.xml.
 

Methods in org.aspectj.weaver that return ReferenceTypeDelegate
 ReferenceTypeDelegate ReferenceType.getDelegate()
           
 ReferenceTypeDelegate TypeVariableReferenceType.getDelegate()
          For a TypeVariableReferenceType the delegate is the delegate for the first bound.
 

Methods in org.aspectj.weaver with parameters of type ReferenceTypeDelegate
 void ReferenceType.setDelegate(ReferenceTypeDelegate delegate)
           
 

Uses of ReferenceTypeDelegate in org.aspectj.weaver.bcel
 

Classes in org.aspectj.weaver.bcel that implement ReferenceTypeDelegate
 class BcelObjectType
           
 

Methods in org.aspectj.weaver.bcel that return ReferenceTypeDelegate
 ReferenceTypeDelegate TypeDelegateResolver.getDelegate(ReferenceType referenceType)
           
 

Uses of ReferenceTypeDelegate in org.aspectj.weaver.reflect
 

Classes in org.aspectj.weaver.reflect that implement ReferenceTypeDelegate
 class Java15ReflectionBasedReferenceTypeDelegate
           
 class ReflectionBasedReferenceTypeDelegate