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 PointcutParameterMethods in org.aspectj.weaver.reflect with parameters of type PointcutParameterModifier and TypeMethodDescriptionInternalUseOnlyPointcutParser.concretizePointcutExpression(Pointcut pc, Class inScope, PointcutParameter[] formalParameters) InternalUseOnlyPointcutParser.resolvePointcutExpression(String expression, Class inScope, PointcutParameter[] formalParameters) Constructors 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 PointcutPointcutParser.concretizePointcutExpression(Pointcut pc, Class<?> inScope, PointcutParameter[] formalParameters) protected PointcutStandardPointcutParser.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 PointcutPointcutParser.resolvePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters) protected PointcutStandardPointcutParser.resolvePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters)