org.aspectj.weaver
Interface TypeVariableDeclaringElement

All Known Subinterfaces:
ResolvedMember
All Known Implementing Classes:
ArrayReferenceType, AtAjAttributes.LazyResolvedPointcutDefinition, BoundedReferenceType, DeferredResolvedPointcutDefinition, JoinPointSignature, MissingResolvedTypeWithKnownSignature, ReferenceType, ReflectionBasedResolvedMemberImpl, ResolvedMemberImpl, ResolvedPointcutDefinition, ResolvedType, TypeVariableReferenceType, UnresolvedType, UnresolvedTypeVariableReferenceType, WildcardedUnresolvedType

public interface TypeVariableDeclaringElement

Tag interface - methods and types can be declaring elements for type variables. See the TypeVariable class which holds onto the declaring element


Method Summary
 TypeVariable getTypeVariableNamed(java.lang.String name)
           
 

Method Detail

getTypeVariableNamed

TypeVariable getTypeVariableNamed(java.lang.String name)