protected static interface JoinpointClassifier.Matcher
Matcher as references to matching methods.| Modifier and Type | Method and Description |
|---|---|
String |
getJoinpointDescription(javassist.CtMember member)
Returns a description of the joinpoint represented by
member. |
boolean |
matches(Pointcut pointcut,
Advisor advisor,
javassist.CtMember member)
Checks if
pointcut matches a joinpoint. |
boolean matches(Pointcut pointcut, Advisor advisor, javassist.CtMember member) throws javassist.NotFoundException
pointcut matches a joinpoint. The type of joinpoint this method
matches is an implementation detail.pointcut - the pointcut whose matching will be tested.advisor - advisor associated with the class declaring member.member - class member related to the joinpoint.true if the pointcut matches the joinpoint.javassist.NotFoundException - thrown if the matching of pointcut fails.String getJoinpointDescription(javassist.CtMember member)
member.member - a member to be matched by this matchermember as a parametermatches(Pointcut, Advisor, CtMember)Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.