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 TypKlasseBeschreibungclassRepresents 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 '?'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 TypMethodeBeschreibungvoidTypeVariable.setDeclaringElement(TypeVariableDeclaringElement element) voidWorld.setTypeVariableLookupScope(TypeVariableDeclaringElement scope) -
Verwendungen von TypeVariableDeclaringElement in org.aspectj.weaver.bcel
Klassen in org.aspectj.weaver.bcel, die TypeVariableDeclaringElement implementierenModifizierer und TypKlasseBeschreibungstatic classLazyResolvedPointcutDefinition 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 TypKlasseBeschreibungclassWhen a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.classSubtype of ResolvedMemberImpl used in reflection world.