Class Summary |
AbstractPointcut |
Abstract implementation of the pointcut concept. |
CallPointcut |
Implements the pointcut concept for caller side method access. |
ClassPointcut |
Implements the pointcut concept for classes. |
ExecutionPointcut |
Implements the pointcut concept for method access. |
GetPointcut |
Implements the pointcut concept for field access. |
PointcutPattern |
Holds a pre-compiled tuple that consists of the class pattern and the
pattern for a specific pointcut. |
SetPointcut |
Implements the pointcut concept for field access. |
ThrowsPointcut |
Implements the pointcut concept for exception handling. |
ThrowsPointcutKey |
Key class for the throws pointcut holds the method name A the exception name. |