|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.pointcut.PointcutPattern
Holds a pre-compiled tuple that consists of the class pattern and the pattern for a specific pointcut.
| Constructor Summary | |
PointcutPattern(ClassPattern classPattern,
Pattern pattern)
Creates a new pointcut pattern. |
|
| Method Summary | |
ClassPattern |
getClassPattern()
Returns the class pattern. |
Pattern |
getPattern()
Returns the pattern. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PointcutPattern(ClassPattern classPattern,
Pattern pattern)
classPattern - the class patternpattern - the pattern| Method Detail |
public ClassPattern getClassPattern()
public Pattern getPattern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||