|
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. |