Uses of Interface
org.aspectj.weaver.ReferenceTypeDelegate
Packages that use ReferenceTypeDelegate
-
Uses of ReferenceTypeDelegate in org.aspectj.weaver
Classes in org.aspectj.weaver that implement ReferenceTypeDelegateModifier and TypeClassDescriptionclass
class
A delegate that can sit in the ReferenceType instance created for an aspect generated from aop.xml.Methods in org.aspectj.weaver that return ReferenceTypeDelegateModifier and TypeMethodDescriptionReferenceType.getDelegate()
TypeVariableReferenceType.getDelegate()
For a TypeVariableReferenceType the delegate is the delegate for the first bound.protected abstract ReferenceTypeDelegate
World.resolveDelegate(ReferenceType ty)
Find the ReferenceTypeDelegate behind this reference type so that it can fulfill its contract.Methods in org.aspectj.weaver with parameters of type ReferenceTypeDelegateModifier and TypeMethodDescriptionvoid
ReferenceType.setDelegate(ReferenceTypeDelegate delegate)
-
Uses of ReferenceTypeDelegate in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement ReferenceTypeDelegateMethods in org.aspectj.weaver.reflect that return ReferenceTypeDelegateModifier and TypeMethodDescriptionprotected ReferenceTypeDelegate
ReflectionWorld.resolveDelegate(ReferenceType ty)