Uses of Interface
org.aspectj.weaver.tools.PointcutParameter
-
Packages that use PointcutParameter Package Description org.aspectj.weaver.internal.tools org.aspectj.weaver.reflect org.aspectj.weaver.tools -
-
Uses of PointcutParameter in org.aspectj.weaver.internal.tools
Constructors in org.aspectj.weaver.internal.tools with parameters of type PointcutParameter Constructor Description PointcutExpressionImpl(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 PointcutParameter Modifier and Type Class Description classPointcutParameterImplMethods in org.aspectj.weaver.reflect that return PointcutParameter Modifier and Type Method Description PointcutParameter[]JoinPointMatchImpl. getParameterBindings()Methods in org.aspectj.weaver.reflect with parameters of type PointcutParameter Modifier and Type Method Description PointcutInternalUseOnlyPointcutParser. concretizePointcutExpression(Pointcut pc, Class inScope, PointcutParameter[] formalParameters)PointcutInternalUseOnlyPointcutParser. resolvePointcutExpression(String expression, Class inScope, PointcutParameter[] formalParameters)Constructors in org.aspectj.weaver.reflect with parameters of type PointcutParameter Constructor Description JoinPointMatchImpl(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 PointcutParameter Modifier and Type Method Description PointcutParameterPointcutParser. createPointcutParameter(String name, Class<?> type)PointcutParameterStandardPointcutParser. createPointcutParameter(String name, Class type)PointcutParameter[]JoinPointMatch. getParameterBindings()Methods in org.aspectj.weaver.tools with parameters of type PointcutParameter Modifier and Type Method Description protected PointcutPointcutParser. concretizePointcutExpression(Pointcut pc, Class<?> inScope, PointcutParameter[] formalParameters)protected PointcutStandardPointcutParser. concretizePointcutExpression(Pointcut pc, Class<?> inScope, PointcutParameter[] formalParameters)PointcutExpressionPointcutParser. parsePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters)StandardPointcutExpressionStandardPointcutParser. parsePointcutExpression(String expression, Class inScope, PointcutParameter[] formalParameters)protected PointcutPointcutParser. resolvePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters)protected PointcutStandardPointcutParser. resolvePointcutExpression(String expression, Class<?> inScope, PointcutParameter[] formalParameters)
-