Uses of Interface
org.aspectj.weaver.ReferenceTypeDelegate
-
Packages that use ReferenceTypeDelegate Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.ltw org.aspectj.weaver.reflect -
-
Uses of ReferenceTypeDelegate in org.aspectj.weaver
Classes in org.aspectj.weaver that implement ReferenceTypeDelegate Modifier and Type Class Description classAbstractReferenceTypeDelegateclassGeneratedReferenceTypeDelegateMethods in org.aspectj.weaver that return ReferenceTypeDelegate Modifier and Type Method Description ReferenceTypeDelegateReferenceType. getDelegate()ReferenceTypeDelegateTypeVariableReferenceType. getDelegate()protected abstract ReferenceTypeDelegateWorld. resolveDelegate(ReferenceType ty)Methods in org.aspectj.weaver with parameters of type ReferenceTypeDelegate Modifier and Type Method Description voidReferenceType. setDelegate(ReferenceTypeDelegate delegate) -
Uses of ReferenceTypeDelegate in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement ReferenceTypeDelegate Modifier and Type Class Description classBcelObjectTypeMethods in org.aspectj.weaver.bcel that return ReferenceTypeDelegate Modifier and Type Method Description ReferenceTypeDelegateTypeDelegateResolver. getDelegate(ReferenceType referenceType)protected ReferenceTypeDelegateBcelWorld. resolveDelegate(ReferenceType ty) -
Uses of ReferenceTypeDelegate in org.aspectj.weaver.ltw
Methods in org.aspectj.weaver.ltw that return ReferenceTypeDelegate Modifier and Type Method Description protected ReferenceTypeDelegateLTWWorld. resolveDelegate(ReferenceType ty)protected ReferenceTypeDelegateLTWWorld. resolveIfBootstrapDelegate(ReferenceType ty) -
Uses of ReferenceTypeDelegate in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement ReferenceTypeDelegate Modifier and Type Class Description classJava15ReflectionBasedReferenceTypeDelegateclassReflectionBasedReferenceTypeDelegateMethods in org.aspectj.weaver.reflect that return ReferenceTypeDelegate Modifier and Type Method Description protected ReferenceTypeDelegateReflectionWorld. resolveDelegate(ReferenceType ty)
-