Class Summary |
CallerSidePattern |
Implements the regular expression pattern matcher for caller side methods in AspectWerkz. |
ClassPattern |
Implements the regular expression pattern matcher for classes in AspectWerkz. |
CompiledPatternTuple |
Holds a pre-compiled tuple that consists of the class pattern and the
pattern for a specific pointcut. |
FieldPattern |
Implements the regular expression pattern matcher for fields in AspectWerkz. |
MethodPattern |
Implements the regular expression pattern matcher for methods in AspectWerkz. |
Pattern |
Implements an abstract regular expression pattern matcher for AspectWerkz. |
PatternTuple |
Holds a tuple that consists of the class pattern and the pattern for a specific pointcut. |
PointcutPatternTuple |
Holds a pre-compiled tuple that consists of the class pattern A the
pattern for a specific pointcut. |
ThrowsPattern |
Implements the regular expression pattern matcher for throws pointcuts in AspectWerkz. |