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ückgebenMethoden in org.aspectj.weaver.reflect mit Parametern vom Typ PointcutParameterModifizierer und TypMethodeBeschreibungInternalUseOnlyPointcutParser.concretizePointcutExpression(Pointcut pc, Class inScope, PointcutParameter[] formalParameters) InternalUseOnlyPointcutParser.resolvePointcutExpression(String expression, Class inScope, PointcutParameter[] formalParameters) Konstruktoren 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 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)