Package org.codehaus.aspectwerkz.pointcut

Interface Summary
Pointcut Interface for the pointcut concept.
I.e.an abstraction of a well defined point of execution in the program.
 

Class Summary
AbstractPointcut Abstract implementation of the pointcut concept.
CallerSidePointcut Implements the pointcut concept for caller side method access.
FieldPointcut Implements the pointcut concept for field access.
MethodPointcut Implements the pointcut concept for method access.
PointcutPattern Holds a pre-compiled tuple that consists of the class pattern and the pattern for a specific pointcut.
ThrowsPointcut Implements the pointcut concept for exception handling.
ThrowsPointcutKey Key class for the throws pointcut holds the method name A the exception name.
 



Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.