Verwendungen von Schnittstelle
org.aspectj.weaver.tools.PointcutParameter
Packages, die PointcutParameter verwenden
Package
Beschreibung
-
Verwendungen von PointcutParameter in org.aspectj.weaver.internal.tools
Konstruktoren in org.aspectj.weaver.internal.tools mit Parametern vom Typ PointcutParameterModifiziererKonstruktorBeschreibungPointcutExpressionImpl
(Pointcut pointcut, String expression, PointcutParameter[] params, World inWorld) StandardPointcutExpressionImpl
(Pointcut pointcut, String expression, PointcutParameter[] params, World inWorld) -
Verwendungen von PointcutParameter in org.aspectj.weaver.reflect
Klassen in org.aspectj.weaver.reflect, die PointcutParameter implementierenMethoden in org.aspectj.weaver.reflect, die PointcutParameter zurückgebenKonstruktoren in org.aspectj.weaver.reflect mit Parametern vom Typ PointcutParameterModifiziererKonstruktorBeschreibungJoinPointMatchImpl
(PointcutParameter[] bindings) ShadowMatchImpl
(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params) StandardShadowMatchImpl
(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params) -
Verwendungen von PointcutParameter in org.aspectj.weaver.tools
Methoden in org.aspectj.weaver.tools, die PointcutParameter zurückgebenModifizierer und TypMethodeBeschreibungPointcutParser.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.Methoden in org.aspectj.weaver.tools mit Parametern vom Typ PointcutParameterModifizierer und TypMethodeBeschreibungprotected 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)