Uses of Interface
org.aspectj.weaver.tools.JoinPointMatch
-
Packages that use JoinPointMatch Package Description org.aspectj.weaver.reflect org.aspectj.weaver.tools -
-
Uses of JoinPointMatch in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement JoinPointMatch Modifier and Type Class Description classJoinPointMatchImplFields in org.aspectj.weaver.reflect declared as JoinPointMatch Modifier and Type Field Description static JoinPointMatchJoinPointMatchImpl. NO_MATCHMethods in org.aspectj.weaver.reflect that return JoinPointMatch Modifier and Type Method Description JoinPointMatchShadowMatchImpl. matchesJoinPoint(Object thisObject, Object targetObject, Object[] args)JoinPointMatchStandardShadowMatchImpl. matchesJoinPoint(Object thisObject, Object targetObject, Object[] args) -
Uses of JoinPointMatch in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that return JoinPointMatch Modifier and Type Method Description JoinPointMatchShadowMatch. matchesJoinPoint(Object thisObject, Object targetObject, Object[] args)
-