static boolean |
Util.has(Class<?> target,
ASTMethod method,
Advisor advisor) |
static boolean |
Util.has(Class<?> target,
ASTMethod method,
Advisor advisor,
boolean checkSuper) |
static boolean |
Util.has(javassist.CtClass target,
ASTMethod method,
Advisor advisor) |
static boolean |
Util.has(javassist.CtClass target,
ASTMethod method,
Advisor advisor,
boolean checkSuper) |
Boolean |
MethodMatcher.matches(ASTMethod node) |
protected boolean |
MethodMatcher.matchesClass(ASTMethod node) |
protected boolean |
MethodMatcher.matchesExceptions(ASTMethod node) |
protected boolean |
MethodMatcher.matchesIdentifier(ASTMethod node) |
protected boolean |
MethodMatcher.matchesModifiers(ASTMethod node) |
static boolean |
Util.matchesParameters(Advisor advisor,
ASTMethod node,
javassist.CtMethod ctMethod) |
static boolean |
Util.matchesParameters(Advisor advisor,
ASTMethod node,
Method method) |
protected boolean |
MethodMatcher.matchesParameters(ASTMethod node) |
protected boolean |
MethodMatcher.matchesReturnType(ASTMethod node) |
Object |
AnnotationMatcher.visit(ASTMethod node,
Object data) |
Object |
PointcutStats.visit(ASTMethod node,
Object data) |
Object |
WithinMatcher.visit(ASTMethod node,
Object data) |
Object |
TypeMatcher.visit(ASTMethod node,
Object data) |
Object |
SoftClassMatcher.visit(ASTMethod node,
Object data) |
Object |
MatcherHelper.visit(ASTMethod node,
Object data) |
Object |
MethodMatcher.visit(ASTMethod node,
Object data) |