Uses of Interface
org.aspectj.weaver.ReferenceTypeDelegate
Packages that use ReferenceTypeDelegate
Package
Description
-
Uses of ReferenceTypeDelegate in org.aspectj.ajdt.internal.compiler.lookup
Classes in org.aspectj.ajdt.internal.compiler.lookup that implement ReferenceTypeDelegateModifier and TypeClassDescriptionclassSupports 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 ReferenceTypeDelegateModifier and TypeMethodDescriptionAjState.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 ReferenceTypeDelegateModifier and TypeClassDescriptionclassclassA 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 ReferenceTypeDelegateWorld.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 ReferenceTypeDelegate -
Uses of ReferenceTypeDelegate in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement ReferenceTypeDelegateMethods in org.aspectj.weaver.bcel that return ReferenceTypeDelegateModifier and TypeMethodDescriptionTypeDelegateResolver.getDelegate(ReferenceType referenceType) protected ReferenceTypeDelegateBcelWorld.resolveDelegate(ReferenceType ty) -
Uses of ReferenceTypeDelegate in org.aspectj.weaver.ltw
Methods in org.aspectj.weaver.ltw that return ReferenceTypeDelegateModifier and TypeMethodDescriptionprotected ReferenceTypeDelegateLTWWorld.resolveDelegate(ReferenceType ty) Overrideprotected ReferenceTypeDelegateLTWWorld.resolveIfBootstrapDelegate(ReferenceType ty) -
Uses of ReferenceTypeDelegate in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement ReferenceTypeDelegateModifier and TypeClassDescriptionclassProvides Java 5 behaviour in reflection based delegates (overriding 1.4 behaviour from superclass where appropriate)classMethods in org.aspectj.weaver.reflect that return ReferenceTypeDelegateModifier and TypeMethodDescriptionprotected ReferenceTypeDelegateReflectionWorld.resolveDelegate(ReferenceType ty)