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 TypeClassDescriptionclassRepresents a resolved array typeclassA BoundedReferenceType is the result of a generics wildcard expression ? extends String, ? super Foo etc..classclassWhen 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.classA reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.classRepresent a resolved member.classclassclassReferenceType pointing to a type variable.classA UnresolvedType represents a type to the weaver.classclassRepresents a wildcarded bound for a generic type, this can be unbounded '?' or bounded via extends '? extends Foo' or super '? super Foo'.Methods in org.aspectj.weaver that return TypeVariableDeclaringElementModifier and TypeMethodDescriptionTypeVariable.getDeclaringElement()World.getTypeVariableLookupScope()Methods in org.aspectj.weaver with parameters of type TypeVariableDeclaringElementModifier and TypeMethodDescriptionvoidTypeVariable.setDeclaringElement(TypeVariableDeclaringElement element) voidWorld.setTypeVariableLookupScope(TypeVariableDeclaringElement scope) -
Uses of TypeVariableDeclaringElement in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement TypeVariableDeclaringElementModifier and TypeClassDescriptionclassSubtype of ResolvedMemberImpl used in reflection world.