|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.regexp.PointcutPatternTuple
Holds a pre-compiled tuple that consists of the class pattern A the pattern for a specific pointcut.
Constructor Summary | |
PointcutPatternTuple(ClassPattern classPattern,
Pattern pattern,
boolean hierarchical)
Creates a new pointcut pattern. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
ClassPattern |
getClassPattern()
Returns the class pattern. |
Pattern |
getPattern()
Returns the pattern. |
int |
hashCode()
|
boolean |
isHierarchical()
Checks it the pointcut is hierarchical. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PointcutPatternTuple(ClassPattern classPattern, Pattern pattern, boolean hierarchical)
classPattern
- the class patternpattern
- the patternhierarchical
- the hierarchical flagMethod Detail |
public ClassPattern getClassPattern()
public Pattern getPattern()
public boolean isHierarchical()
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |