Class EclipseResolvedMember

java.lang.Object
org.aspectj.weaver.MemberImpl
org.aspectj.weaver.ResolvedMemberImpl
org.aspectj.ajdt.internal.compiler.lookup.EclipseResolvedMember
All Implemented Interfaces:
Comparable<Member>, AnnotatedElement, IHasPosition, Member, ResolvedMember, TypeVariableDeclaringElement

public class EclipseResolvedMember extends ResolvedMemberImpl
In the pipeline world, we can be weaving before all types have come through from compilation. In some cases this means the weaver will want to ask questions of eclipse types and this subtype of ResolvedMemberImpl is here to answer some of those questions - it is backed by the real eclipse MethodBinding object and can translate from Eclipse → Weaver information.