| Interface | Description |
|---|---|
| AnnotationFinder | |
| ArgNameFinder | |
| GenericSignatureInformationProvider |
This interface exists to support two different strategies for answering
generic signature related questions on Java 5 and pre-Java 5.
|
| IReflectionWorld |
| Class | Description |
|---|---|
| DeferredResolvedPointcutDefinition |
When a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.
|
| InternalUseOnlyPointcutParser | |
| Java14GenericSignatureInformationProvider |
Under JDK 1.4 or lower, we can't give generic signature info...
|
| Java15AnnotationFinder |
Find the given annotation (if present) on the given object
|
| Java15GenericSignatureInformationProvider |
Uses Java 1.5 reflection APIs to determine generic signatures
|
| Java15ReflectionBasedReferenceTypeDelegate | |
| JavaLangTypeToResolvedTypeConverter |
Handles the translation of java.lang.reflect.Type objects into AspectJ UnresolvedTypes.
|
| JoinPointMatchImpl | |
| PointcutParameterImpl | |
| ReflectionBasedReferenceTypeDelegate | |
| ReflectionBasedReferenceTypeDelegateFactory | |
| ReflectionBasedResolvedMemberImpl |
Subtype of ResolvedMemberImpl used in reflection world.
|
| ReflectionFastMatchInfo |
An implementation of FastMatchInfo that can also expose a MatchingContext.
|
| ReflectionShadow | |
| ReflectionVar |
A variable at a reflection shadow, used by the residual tests.
|
| ReflectionWorld |
A ReflectionWorld is used solely for purposes of type resolution based on the runtime classpath (java.lang.reflect).
|
| ShadowMatchImpl | |
| StandardShadow | |
| StandardShadowMatchImpl |
| Exception | Description |
|---|---|
| ReflectionWorld.ReflectionWorldException |