Class SummaryAbstractCompositePointcut |
AbstractCompositePointcut provides implementations of methods commonly
needed by CompositePointcut implementation classes |
AndPointcut |
AndPointcut combines multiple pointcuts with a logical AND |
DynamicPointcutFactory |
DynamicPointcutFactory is a pointcut factory that can be dynamically expanded
with new pointcut types at run-time |
KindedPointcut |
KindedPointcut represents any kinded pointcuts |
NotPointcut |
NotPointcut acts like the logical not "!" operator |
OrPointcut |
OrPointcut combines multiple pointcuts with a logical OR |
WithinPointcut |
WithinPointcut captures join points based one their lexical-structure, that
means on the scope of the code as it was written |