public interface Pointcut
Modifier and Type | Method | Description |
---|---|---|
AjType |
getDeclaringType() |
The type that declared this pointcut
|
int |
getModifiers() |
The modifiers associated with the pointcut declaration.
|
java.lang.String |
getName() |
The declared name of the pointcut.
|
java.lang.String[] |
getParameterNames() |
The pointcut parameter names.
|
AjType<?>[] |
getParameterTypes() |
The pointcut parameter types.
|
PointcutExpression |
getPointcutExpression() |
The pointcut expression associated with this pointcut.
|
java.lang.String getName()
int getModifiers()
AjType<?>[] getParameterTypes()
java.lang.String[] getParameterNames()
AjType getDeclaringType()
PointcutExpression getPointcutExpression()