Package org.aspectj.lang.reflect
Interface Pointcut
-
- All Known Implementing Classes:
PointcutImpl
public interface Pointcut
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AjTypegetDeclaringType()intgetModifiers()StringgetName()String[]getParameterNames()AjType<?>[]getParameterTypes()PointcutExpressiongetPointcutExpression()
-
-
-
Method Detail
-
getName
String getName()
-
getModifiers
int getModifiers()
-
getParameterTypes
AjType<?>[] getParameterTypes()
-
getParameterNames
String[] getParameterNames()
-
getDeclaringType
AjType getDeclaringType()
-
getPointcutExpression
PointcutExpression getPointcutExpression()
-
-