|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.PointcutDefinition
Holds the pointcut definition.
Field Summary | |
static java.lang.String |
CALLER_SIDE
|
static java.lang.String |
CFLOW
|
static java.lang.String |
GET_FIELD
|
static java.lang.String |
METHOD
|
static java.lang.String |
SET_FIELD
|
static java.lang.String |
THROWS
|
Constructor Summary | |
PointcutDefinition()
|
Method Summary | |
java.lang.String |
getClassPattern()
Returns the class pattern for the pointcut. |
java.lang.String |
getName()
Returns the name of the pointcut. |
java.lang.String |
getNonReentrant()
Returns the string representation of the non-reentrancy flag. |
java.lang.String |
getPattern()
Returns the pattern for the pointcut. |
PointcutPatternTuple |
getPointcutPatternTuple()
Returns the pointcut pattern tuple for the pre-compiled class A method pattern. |
ClassPattern |
getRegexpClassPattern()
Returns a pre-compiled Pattern for the class pattern. |
Pattern |
getRegexpPattern()
Returns a pre-compiled Pattern for the pattern. |
java.lang.String |
getType()
Returns the type of the pointcut. |
boolean |
isHierarchical()
Checks if the pointcut is hierarchical. |
boolean |
isNonReentrant()
Checks if the pointcut is non-reentrant or not. |
void |
markAsHierarchical()
Marks the pointcut as hierarchical. |
void |
setClassPattern(java.lang.String classPattern)
Adds a class pattern for the pointcut. |
void |
setName(java.lang.String name)
Sets the name of the pointcut. |
void |
setNonReentrant(java.lang.String isNonReentrant)
Sets the non-reentrancy flag. |
void |
setPattern(java.lang.String pattern)
Adds a pattern for the pointcut. |
void |
setType(java.lang.String type)
Sets the type of the pointcut. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String METHOD
public static final java.lang.String GET_FIELD
public static final java.lang.String SET_FIELD
public static final java.lang.String THROWS
public static final java.lang.String CALLER_SIDE
public static final java.lang.String CFLOW
Constructor Detail |
public PointcutDefinition()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the typepublic java.lang.String getClassPattern()
public void setClassPattern(java.lang.String classPattern)
public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
pattern
- the patternpublic ClassPattern getRegexpClassPattern()
public Pattern getRegexpPattern()
public PointcutPatternTuple getPointcutPatternTuple()
public void markAsHierarchical()
public boolean isHierarchical()
public void setNonReentrant(java.lang.String isNonReentrant)
isNonReentrant
- public java.lang.String getNonReentrant()
public boolean isNonReentrant()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |