Class PointcutImpl
- java.lang.Object
-
- org.aspectj.internal.lang.reflect.PointcutImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AjTypegetDeclaringType()intgetModifiers()StringgetName()String[]getParameterNames()AjType<?>[]getParameterTypes()PointcutExpressiongetPointcutExpression()StringtoString()
-
-
-
Method Detail
-
getPointcutExpression
public PointcutExpression getPointcutExpression()
- Specified by:
getPointcutExpressionin interfacePointcut
-
getModifiers
public int getModifiers()
- Specified by:
getModifiersin interfacePointcut
-
getParameterTypes
public AjType<?>[] getParameterTypes()
- Specified by:
getParameterTypesin interfacePointcut
-
getDeclaringType
public AjType getDeclaringType()
- Specified by:
getDeclaringTypein interfacePointcut
-
getParameterNames
public String[] getParameterNames()
- Specified by:
getParameterNamesin interfacePointcut
-
-