Class PointcutImpl
java.lang.Object
org.aspectj.internal.lang.reflect.PointcutImpl
- All Implemented Interfaces:
Pointcut
- Author:
- colyer
-
Constructor Details
-
PointcutImpl
-
-
Method Details
-
getPointcutExpression
- Specified by:
getPointcutExpressionin interfacePointcut- Returns:
- the pointcut expression associated with this pointcut.
-
getName
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfacePointcut- Returns:
- the modifiers associated with the pointcut declaration. Use java.lang.reflect.Modifier to interpret the return value
-
getParameterTypes
- Specified by:
getParameterTypesin interfacePointcut- Returns:
- the pointcut parameter types.
-
getDeclaringType
- Specified by:
getDeclaringTypein interfacePointcut- Returns:
- the type that declared this pointcut
-
getParameterNames
- Specified by:
getParameterNamesin interfacePointcut- Returns:
- the pointcut parameter names. Returns an array of empty strings of length getParameterTypes().length if parameter names are not available at runtime.
-
toString
-