Uses of Interface
org.aspectj.weaver.tools.ShadowMatch
-
Packages that use ShadowMatch Package Description org.aspectj.weaver.internal.tools org.aspectj.weaver.reflect org.aspectj.weaver.tools -
-
Uses of ShadowMatch in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools that return ShadowMatch Modifier and Type Method Description ShadowMatchPointcutExpressionImpl. matchesAdviceExecution(Method aMethod)ShadowMatchPointcutExpressionImpl. matchesConstructorCall(Constructor aConstructor, Class callerType)ShadowMatchPointcutExpressionImpl. matchesConstructorCall(Constructor aConstructor, Member withinCode)ShadowMatchPointcutExpressionImpl. matchesConstructorExecution(Constructor aConstructor)ShadowMatchStandardPointcutExpressionImpl. matchesConstructorExecution(Constructor aConstructor)ShadowMatchPointcutExpressionImpl. matchesFieldGet(Field aField, Class withinType)ShadowMatchPointcutExpressionImpl. matchesFieldGet(Field aField, Member withinCode)ShadowMatchPointcutExpressionImpl. matchesFieldSet(Field aField, Class withinType)ShadowMatchPointcutExpressionImpl. matchesFieldSet(Field aField, Member withinCode)ShadowMatchPointcutExpressionImpl. matchesHandler(Class exceptionType, Class handlingType)ShadowMatchPointcutExpressionImpl. matchesHandler(Class exceptionType, Member withinCode)ShadowMatchPointcutExpressionImpl. matchesInitialization(Constructor aConstructor)ShadowMatchPointcutExpressionImpl. matchesMethodCall(Method aMethod, Class callerType)ShadowMatchPointcutExpressionImpl. matchesMethodCall(Method aMethod, Member withinCode)ShadowMatchStandardPointcutExpressionImpl. matchesMethodCall(ResolvedMember aMethod, ResolvedMember withinCode)ShadowMatchPointcutExpressionImpl. matchesMethodExecution(Method aMethod)ShadowMatchStandardPointcutExpressionImpl. matchesMethodExecution(ResolvedMember aMethod)ShadowMatchPointcutExpressionImpl. matchesPreInitialization(Constructor aConstructor)ShadowMatchPointcutExpressionImpl. matchesStaticInitialization(Class aClass)ShadowMatchStandardPointcutExpressionImpl. matchesStaticInitialization(ResolvedType aType) -
Uses of ShadowMatch in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement ShadowMatch Modifier and Type Class Description classShadowMatchImplclassStandardShadowMatchImpl -
Uses of ShadowMatch in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that return ShadowMatch Modifier and Type Method Description ShadowMatchPointcutExpression. matchesAdviceExecution(Method anAdviceMethod)ShadowMatchPointcutExpression. matchesConstructorCall(Constructor aConstructor, Class callerType)ShadowMatchPointcutExpression. matchesConstructorCall(Constructor aConstructor, Member withinCode)ShadowMatchPointcutExpression. matchesConstructorExecution(Constructor aConstructor)ShadowMatchPointcutExpression. matchesFieldGet(Field aField, Class withinType)ShadowMatchPointcutExpression. matchesFieldGet(Field aField, Member withinCode)ShadowMatchPointcutExpression. matchesFieldSet(Field aField, Class withinType)ShadowMatchPointcutExpression. matchesFieldSet(Field aField, Member withinCode)ShadowMatchPointcutExpression. matchesHandler(Class exceptionType, Class handlingType)ShadowMatchPointcutExpression. matchesHandler(Class exceptionType, Member withinCode)ShadowMatchPointcutExpression. matchesInitialization(Constructor aConstructor)ShadowMatchPointcutExpression. matchesMethodCall(Method aMethod, Class callerType)ShadowMatchPointcutExpression. matchesMethodCall(Method aMethod, Member withinCode)ShadowMatchStandardPointcutExpression. matchesMethodCall(ResolvedMember aMethod, ResolvedMember withinCode)ShadowMatchPointcutExpression. matchesMethodExecution(Method aMethod)ShadowMatchStandardPointcutExpression. matchesMethodExecution(ResolvedMember aMethod)ShadowMatchPointcutExpression. matchesPreInitialization(Constructor aConstructor)ShadowMatchPointcutExpression. matchesStaticInitialization(Class aClass)ShadowMatchStandardPointcutExpression. matchesStaticInitialization(ResolvedType aType)
-