Verwendungen von Schnittstelle
org.aspectj.weaver.TypeVariableDeclaringElement
Packages, die TypeVariableDeclaringElement verwenden
-
Verwendungen von TypeVariableDeclaringElement in org.aspectj.weaver
Unterschnittstellen von TypeVariableDeclaringElement in org.aspectj.weaverKlassen in org.aspectj.weaver, die TypeVariableDeclaringElement implementierenModifizierer und TypKlasseBeschreibungclass
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 '?'Methoden in org.aspectj.weaver, die TypeVariableDeclaringElement zurückgebenModifizierer und TypMethodeBeschreibungTypeVariable.getDeclaringElement()
World.getTypeVariableLookupScope()
Methoden in org.aspectj.weaver mit Parametern vom Typ TypeVariableDeclaringElementModifizierer und TypMethodeBeschreibungvoid
TypeVariable.setDeclaringElement
(TypeVariableDeclaringElement element) void
World.setTypeVariableLookupScope
(TypeVariableDeclaringElement scope) -
Verwendungen von TypeVariableDeclaringElement in org.aspectj.weaver.bcel
Klassen in org.aspectj.weaver.bcel, die TypeVariableDeclaringElement implementierenModifizierer und TypKlasseBeschreibungstatic class
LazyResolvedPointcutDefinition lazyly resolve the pointcut so that we have time to register all pointcut referenced before pointcut resolution happens -
Verwendungen von TypeVariableDeclaringElement in org.aspectj.weaver.reflect
Klassen in org.aspectj.weaver.reflect, die TypeVariableDeclaringElement implementierenModifizierer und TypKlasseBeschreibungclass
When a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.class
Subtype of ResolvedMemberImpl used in reflection world.