Uses of Interface
org.aspectj.weaver.tools.PointcutParameter

Packages that use PointcutParameter
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
PointcutExpressionImpl(Pointcut pointcut, java.lang.String expression, PointcutParameter[] params, World inWorld)
           
StandardPointcutExpressionImpl(Pointcut pointcut, java.lang.String expression, PointcutParameter[] params, World inWorld)
           
 

Uses of PointcutParameter in org.aspectj.weaver.reflect
 

Classes in org.aspectj.weaver.reflect that implement PointcutParameter
 class PointcutParameterImpl
           
 

Methods in org.aspectj.weaver.reflect that return PointcutParameter
 PointcutParameter[] JoinPointMatchImpl.getParameterBindings()
           
 

Methods in org.aspectj.weaver.reflect with parameters of type PointcutParameter
 Pointcut InternalUseOnlyPointcutParser.concretizePointcutExpression(Pointcut pc, java.lang.Class inScope, PointcutParameter[] formalParameters)
           
 Pointcut InternalUseOnlyPointcutParser.resolvePointcutExpression(java.lang.String expression, java.lang.Class inScope, PointcutParameter[] formalParameters)
           
 

Constructors in org.aspectj.weaver.reflect with parameters of type PointcutParameter
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
 PointcutParameter PointcutParser.createPointcutParameter(java.lang.String name, java.lang.Class type)
          Create a pointcut parameter of the given name and type.
 PointcutParameter StandardPointcutParser.createPointcutParameter(java.lang.String name, java.lang.Class type)
          Create a pointcut parameter of the given name and type.
 PointcutParameter[] JoinPointMatch.getParameterBindings()
          Get the parameter bindings at the matched join point.
 

Methods in org.aspectj.weaver.tools with parameters of type PointcutParameter
 PointcutExpression PointcutParser.parsePointcutExpression(java.lang.String expression, java.lang.Class inScope, PointcutParameter[] formalParameters)
          Parse the given pointcut expression.
 StandardPointcutExpression StandardPointcutParser.parsePointcutExpression(java.lang.String expression, java.lang.Class inScope, PointcutParameter[] formalParameters)
          Parse the given pointcut expression.