Uses of Interface
org.aspectj.weaver.tools.MatchingContext
-
Packages that use MatchingContext Package Description org.aspectj.weaver.internal.tools org.aspectj.weaver.reflect org.aspectj.weaver.tools -
-
Uses of MatchingContext in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools with parameters of type MatchingContext Modifier and Type Method Description booleanMatchingContextBasedTest. matches(MatchingContext context)voidPointcutExpressionImpl. setMatchingContext(MatchingContext aMatchContext)voidStandardPointcutExpressionImpl. setMatchingContext(MatchingContext aMatchContext) -
Uses of MatchingContext in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return MatchingContext Modifier and Type Method Description MatchingContextReflectionFastMatchInfo. getMatchingContext()MatchingContextReflectionShadow. getMatchingContext()MatchingContextStandardShadow. getMatchingContext()Methods in org.aspectj.weaver.reflect with parameters of type MatchingContext Modifier and Type Method Description static ShadowReflectionShadow. makeAdviceExecutionShadow(World inWorld, Method forMethod, MatchingContext withContext)static ShadowStandardShadow. makeAdviceExecutionShadow(World inWorld, Method forMethod, MatchingContext withContext)static ShadowReflectionShadow. makeCallShadow(World inWorld, Member aMember, Class thisClass, MatchingContext withContext)static ShadowReflectionShadow. makeCallShadow(World inWorld, Member aMember, Member withinCode, MatchingContext withContext)static ShadowStandardShadow. makeCallShadow(World inWorld, Member aMember, Class thisClass, MatchingContext withContext)static ShadowStandardShadow. makeCallShadow(World inWorld, ResolvedMember aMember, ResolvedMember withinCode, MatchingContext withContext)static ShadowReflectionShadow. makeExecutionShadow(World inWorld, Member forMethod, MatchingContext withContext)static ShadowStandardShadow. makeExecutionShadow(World inWorld, Member forMethod, MatchingContext withContext)static ShadowStandardShadow. makeExecutionShadow(World inWorld, ResolvedMember forMethod, MatchingContext withContext)static ShadowReflectionShadow. makeFieldGetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowReflectionShadow. makeFieldGetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowStandardShadow. makeFieldGetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowStandardShadow. makeFieldGetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowReflectionShadow. makeFieldSetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowReflectionShadow. makeFieldSetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowStandardShadow. makeFieldSetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowStandardShadow. makeFieldSetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowReflectionShadow. makeHandlerShadow(World inWorld, Class exceptionType, Class withinType, MatchingContext withContext)static ShadowReflectionShadow. makeHandlerShadow(World inWorld, Class exceptionType, Member withinCode, MatchingContext withContext)static ShadowStandardShadow. makeHandlerShadow(World inWorld, Class exceptionType, Class withinType, MatchingContext withContext)static ShadowStandardShadow. makeHandlerShadow(World inWorld, Class exceptionType, Member withinCode, MatchingContext withContext)static ShadowReflectionShadow. makeInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowStandardShadow. makeInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowReflectionShadow. makePreInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowStandardShadow. makePreInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowReflectionShadow. makeStaticInitializationShadow(World inWorld, Class forType, MatchingContext withContext)static ShadowStandardShadow. makeStaticInitializationShadow(World inWorld, Class forType, MatchingContext withContext)static ShadowStandardShadow. makeStaticInitializationShadow(World inWorld, ResolvedType forType, MatchingContext withContext)voidShadowMatchImpl. setMatchingContext(MatchingContext aMatchContext)voidStandardShadowMatchImpl. setMatchingContext(MatchingContext aMatchContext)Constructors in org.aspectj.weaver.reflect with parameters of type MatchingContext Constructor Description ReflectionFastMatchInfo(ResolvedType type, Shadow.Kind kind, MatchingContext context, World world)ReflectionShadow(World world, Shadow.Kind kind, Member signature, Shadow enclosingShadow, ResolvedType enclosingType, ResolvedMember enclosingMember, MatchingContext withContext)StandardShadow(World world, Shadow.Kind kind, Member signature, Shadow enclosingShadow, ResolvedType enclosingType, ResolvedMember enclosingMember, MatchingContext withContext) -
Uses of MatchingContext in org.aspectj.weaver.tools
Classes in org.aspectj.weaver.tools that implement MatchingContext Modifier and Type Class Description classDefaultMatchingContextMethods in org.aspectj.weaver.tools with parameters of type MatchingContext Modifier and Type Method Description booleanContextBasedMatcher. couldMatchJoinPointsInType(Class aClass, MatchingContext matchContext)booleanContextBasedMatcher. matchesDynamically(MatchingContext matchContext)FuzzyBooleanContextBasedMatcher. matchesStatically(MatchingContext matchContext)voidPointcutExpression. setMatchingContext(MatchingContext aMatchContext)voidShadowMatch. setMatchingContext(MatchingContext aMatchContext)voidStandardPointcutExpression. setMatchingContext(MatchingContext aMatchContext)
-