Package 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeVariablegetTypeVariableNamed(String name)
-
-
-
Method Detail
-
getTypeVariableNamed
TypeVariable getTypeVariableNamed(String name)
-
-