Uses of Interface
org.aspectj.weaver.TypeVariableDeclaringElement
Packages that use TypeVariableDeclaringElement
-
Uses of TypeVariableDeclaringElement in org.aspectj.weaver
Subinterfaces of TypeVariableDeclaringElement in org.aspectj.weaverClasses in org.aspectj.weaver that implement TypeVariableDeclaringElementModifier and TypeClassDescriptionclass
Represents a resolved array typeclass
A BoundedReferenceType is the result of a generics wildcard expression ?class
class
When we try to resolve a type in the world that we require to be present, and then fail to find it, we return an instance of this class.class
A reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.class
Represent a resolved member.class
class
class
ReferenceType pointing to a type variable.class
A UnresolvedType represents a type to the weaver.class
class
Represents a wildcarded bound for a generic type, this can be unbounded '?'Methods in org.aspectj.weaver that return TypeVariableDeclaringElementModifier and TypeMethodDescriptionTypeVariable.getDeclaringElement()
World.getTypeVariableLookupScope()
Methods in org.aspectj.weaver with parameters of type TypeVariableDeclaringElementModifier and TypeMethodDescriptionvoid
TypeVariable.setDeclaringElement(TypeVariableDeclaringElement element)
void
World.setTypeVariableLookupScope(TypeVariableDeclaringElement scope)
-
Uses of TypeVariableDeclaringElement in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement TypeVariableDeclaringElementModifier and TypeClassDescriptionclass
Subtype of ResolvedMemberImpl used in reflection world.