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 ?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 '?'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.bcel
Classes in org.aspectj.weaver.bcel that implement TypeVariableDeclaringElementModifier and TypeClassDescriptionstatic classLazyResolvedPointcutDefinition lazyly resolve the pointcut so that we have time to register all pointcut referenced before pointcut resolution happens -
Uses of TypeVariableDeclaringElement in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement TypeVariableDeclaringElementModifier and TypeClassDescriptionclassWhen a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.classSubtype of ResolvedMemberImpl used in reflection world.