public interface Pointcut
| Modifier and Type | Method and Description |
|---|---|
AjType |
getDeclaringType() |
int |
getModifiers() |
java.lang.String |
getName() |
java.lang.String[] |
getParameterNames() |
AjType<?>[] |
getParameterTypes() |
PointcutExpression |
getPointcutExpression() |
java.lang.String getName()
int getModifiers()
AjType<?>[] getParameterTypes()
java.lang.String[] getParameterNames()
AjType getDeclaringType()
PointcutExpression getPointcutExpression()