Package org.aspectj.weaver.tools
Interface ShadowMatch
-
- All Known Implementing Classes:
ShadowMatchImpl,StandardShadowMatchImpl
public interface ShadowMatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanalwaysMatches()JoinPointMatchmatchesJoinPoint(Object thisObject, Object targetObject, Object[] args)booleanmaybeMatches()booleanneverMatches()voidsetMatchingContext(MatchingContext aMatchContext)
-
-
-
Method Detail
-
alwaysMatches
boolean alwaysMatches()
-
maybeMatches
boolean maybeMatches()
-
neverMatches
boolean neverMatches()
-
matchesJoinPoint
JoinPointMatch matchesJoinPoint(Object thisObject, Object targetObject, Object[] args)
-
setMatchingContext
void setMatchingContext(MatchingContext aMatchContext)
-
-