Uses of Interface
org.aspectj.weaver.tools.JoinPointMatch
Packages that use JoinPointMatch
-
Uses of JoinPointMatch in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement JoinPointMatchFields in org.aspectj.weaver.reflect declared as JoinPointMatchMethods in org.aspectj.weaver.reflect that return JoinPointMatchModifier and TypeMethodDescriptionShadowMatchImpl.matchesJoinPoint
(Object thisObject, Object targetObject, Object[] args) StandardShadowMatchImpl.matchesJoinPoint
(Object thisObject, Object targetObject, Object[] args) -
Uses of JoinPointMatch in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that return JoinPointMatchModifier and TypeMethodDescriptionShadowMatch.matchesJoinPoint
(Object thisObject, Object targetObject, Object[] args) Return the result of matching a join point at this shadow with the given this, target, and args.