Uses of Interface
org.aspectj.weaver.ReferenceTypeDelegate

Packages that use ReferenceTypeDelegate
org.aspectj.ajdt.internal.compiler.lookup   
org.aspectj.ajdt.internal.core.builder   
org.aspectj.weaver   
org.aspectj.weaver.bcel   
org.aspectj.weaver.reflect   
 

Uses of ReferenceTypeDelegate in org.aspectj.ajdt.internal.compiler.lookup
 

Classes in org.aspectj.ajdt.internal.compiler.lookup that implement ReferenceTypeDelegate
 class EclipseSourceType
          Supports viewing eclipse TypeDeclarations/SourceTypeBindings as a ResolvedType
 

Uses of ReferenceTypeDelegate in org.aspectj.ajdt.internal.core.builder
 

Methods in org.aspectj.ajdt.internal.core.builder that return ReferenceTypeDelegate
 ReferenceTypeDelegate AjState.getDelegate(ReferenceType referenceType)
          See if we can create a delegate from a CompactTypeStructure - TODO better comment
 

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 TypeVariableReferenceType.getDelegate()
          For a TypeVariableReferenceType the delegate is the delegate for the first bound.
 ReferenceTypeDelegate ReferenceType.getDelegate()
           
 

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