A B C D E F G H I J L M N O P R S T U V

A

Advice - Interface in org.aspectj.lang.reflect
Runtime representation of an advice declaration inside an aspect
ADVICE_EXECUTION - Static variable in interface org.aspectj.lang.JoinPoint
 
AdviceImpl - Class in org.aspectj.internal.lang.reflect
 
AdviceKind - Enum in org.aspectj.lang.reflect
The different kinds of advice in AspectJ
AdviceName - Annotation Type in org.aspectj.lang.annotation
Used to annotated code-style advice to name it Name is used by reflection api if present, may in future be used in adviceexecution() pcd.
AdviceSignature - Interface in org.aspectj.lang.reflect
 
After - Annotation Type in org.aspectj.lang.annotation
After finally advice
AfterReturning - Annotation Type in org.aspectj.lang.annotation
After returning advice
AfterThrowing - Annotation Type in org.aspectj.lang.annotation
After throwing advice
ajcDeclareAnnotation - Annotation Type in org.aspectj.internal.lang.annotation
internal representation of declare annotation statement, used by reflect api
ajcDeclareEoW - Annotation Type in org.aspectj.internal.lang.annotation
 
ajcDeclareParents - Annotation Type in org.aspectj.internal.lang.annotation
 
ajcDeclarePrecedence - Annotation Type in org.aspectj.internal.lang.annotation
 
ajcDeclareSoft - Annotation Type in org.aspectj.internal.lang.annotation
 
ajcITD - Annotation Type in org.aspectj.internal.lang.annotation
 
ajcPrivileged - Annotation Type in org.aspectj.internal.lang.annotation
 
AjType<T> - Interface in org.aspectj.lang.reflect
The runtime representation of a type (Aspect, Class, Interface, Annotation, Enum, or Array) in an AspectJ program.
AjTypeImpl<T> - Class in org.aspectj.internal.lang.reflect
 
AjTypeImpl(Class<T>) - Constructor for class org.aspectj.internal.lang.reflect.AjTypeImpl
 
AjTypeSystem - Class in org.aspectj.lang.reflect
This is the anchor for the AspectJ runtime type system.
AjTypeSystem() - Constructor for class org.aspectj.lang.reflect.AjTypeSystem
 
AjTypeTests - Class in org.aspectj.internal.lang.reflect
 
AjTypeTests() - Constructor for class org.aspectj.internal.lang.reflect.AjTypeTests
 
AjTypeTestsWithAspects - Class in org.aspectj.internal.lang.reflect
 
AjTypeTestsWithAspects() - Constructor for class org.aspectj.internal.lang.reflect.AjTypeTestsWithAspects
 
Around - Annotation Type in org.aspectj.lang.annotation
Around advice
AroundClosure - Class in org.aspectj.runtime.internal
 
AroundClosure() - Constructor for class org.aspectj.runtime.internal.AroundClosure
 
AroundClosure(Object[]) - Constructor for class org.aspectj.runtime.internal.AroundClosure
 
Aspect - Annotation Type in org.aspectj.lang.annotation
Aspect declaration
Aspectj5rt15ModuleTests - Class in <Unnamed>
 
Aspectj5rt15ModuleTests() - Constructor for class Aspectj5rt15ModuleTests
 
Aspectj5rtModuleTests - Class in org.aspectj.runtime
 
Aspectj5rtModuleTests() - Constructor for class org.aspectj.runtime.Aspectj5rtModuleTests
 
aspectOf(Class<T>) - Static method in class org.aspectj.lang.Aspects
Returns the singleton aspect or the percflow / percflowbelow associated with the current thread
aspectOf(Class<T>, Object) - Static method in class org.aspectj.lang.Aspects
Returns the perthis / pertarget aspect
aspectOf(Class<T>, Class<?>) - Static method in class org.aspectj.lang.Aspects
Returns the pertypewithin aspect
aspectOf(Class) - Static method in class org.aspectj.lang.Aspects14
Returns the singleton aspect or the percflow / percflowbelow associated with the current thread
aspectOf(Class, Object) - Static method in class org.aspectj.lang.Aspects14
Returns the perthis / pertarget aspect
aspectOf(Class, Class) - Static method in class org.aspectj.lang.Aspects14
Returns the pertypewithin aspect
Aspects - Class in org.aspectj.lang
Handles generic aspectOf method when those are not available in the aspects but added later on thru load time weaving.
Aspects() - Constructor for class org.aspectj.lang.Aspects
 
Aspects14 - Class in org.aspectj.lang
For users working on a level of Java prior to Java5, Aspects14 handles generic aspectOf methods when they are not available in the aspects but added later on through load time weaving.
Aspects14() - Constructor for class org.aspectj.lang.Aspects14
 
asString() - Method in class org.aspectj.internal.lang.reflect.PointcutExpressionImpl
 
asString() - Method in class org.aspectj.internal.lang.reflect.SignaturePatternImpl
 
asString() - Method in class org.aspectj.internal.lang.reflect.TypePatternImpl
 
asString() - Method in interface org.aspectj.lang.reflect.PointcutExpression
Returns a String representation of the pointcut expression
asString() - Method in interface org.aspectj.lang.reflect.SignaturePattern
return a String representation of this pattern
asString() - Method in interface org.aspectj.lang.reflect.TypePattern
a string representation of the pattern

A B C D E F G H I J L M N O P R S T U V