Uses of Interface
org.aspectj.weaver.tools.PointcutParameter
Packages that use PointcutParameter
Package
Description
-
Uses of PointcutParameter in org.aspectj.weaver.internal.tools
Constructors in org.aspectj.weaver.internal.tools with parameters of type PointcutParameterModifierConstructorDescriptionPointcutExpressionImpl(Pointcut pointcut, String expression, PointcutParameter[] params, World inWorld)
StandardPointcutExpressionImpl(Pointcut pointcut, String expression, PointcutParameter[] params, World inWorld)
-
Uses of PointcutParameter in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement PointcutParameterMethods in org.aspectj.weaver.reflect that return PointcutParameterConstructors in org.aspectj.weaver.reflect with parameters of type PointcutParameterModifierConstructorDescriptionJoinPointMatchImpl(PointcutParameter[] bindings)
ShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)
StandardShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)
-
Uses of PointcutParameter in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that return PointcutParameterModifier and TypeMethodDescriptionPointcutParser.createPointcutParameter(String name, Class<?> type)
Create a pointcut parameter of the given name and type.StandardPointcutParser.createPointcutParameter(String name, Class type)
Create a pointcut parameter of the given name and type.JoinPointMatch.getParameterBindings()
Get the parameter bindings at the matched join point.Methods in org.aspectj.weaver.tools with parameters of type PointcutParameterModifier and TypeMethodDescriptionprotected Pointcut
PointcutParser.concretizePointcutExpression(Pointcut pc, Class<?> inScope, PointcutParameter[] formalParameters)
protected Pointcut
StandardPointcutParser.concretizePointcutExpression(Pointcut pc, Class<?> inScope, PointcutParameter[] formalParameters)
PointcutParser.parsePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters)
Parse the given pointcut expression.StandardPointcutParser.parsePointcutExpression(String expression, Class inScope, PointcutParameter[] formalParameters)
Parse the given pointcut expression.protected Pointcut
PointcutParser.resolvePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters)
protected Pointcut
StandardPointcutParser.resolvePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters)