Java org.aspectj.weaver.tools ShadowMatch fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.weaver.tools ShadowMatch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.weaver.tools ShadowMatch.

The text is from its open source code.

Method

booleanalwaysMatches()
True iff the pointcut expression will match any join point at this shadow (for example, any call to the given method).
JoinPointMatchmatchesJoinPoint(Object thisObject, Object targetObject, Object[] args)
Return the result of matching a join point at this shadow with the given this, target, and args.
booleanmaybeMatches()
True if the pointcut expression may match some join points at this shadow (for example, some calls to the given method may match, depending on the type of the caller).
booleanneverMatches()
True iff the pointcut expression can never match any join point at this shadow (for example, the pointcut will never match a call to the given method).