org.jboss.aop.pointcut
Class ExecutionMethodMatcher
java.lang.Object
org.jboss.aop.pointcut.MatcherHelper
org.jboss.aop.pointcut.MethodMatcher
org.jboss.aop.pointcut.ExecutionMethodMatcher
- All Implemented Interfaces:
- PointcutExpressionParserVisitor
public class ExecutionMethodMatcher
- extends MethodMatcher
Comment
- Version:
- $Revision: 38713 $
- Author:
- Bill Burke
Methods inherited from class org.jboss.aop.pointcut.MatcherHelper |
matches, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionMethodMatcher
public ExecutionMethodMatcher(Advisor advisor,
javassist.CtMethod method,
ASTStart start)
throws javassist.NotFoundException
- Throws:
javassist.NotFoundException
ExecutionMethodMatcher
public ExecutionMethodMatcher(Advisor advisor,
Method method,
ASTStart start,
boolean matchOnAdvisor)
visit
public Object visit(ASTExecution node,
Object data)
- Specified by:
visit
in interface PointcutExpressionParserVisitor
- Overrides:
visit
in class MatcherHelper
resolvePointcut
protected Boolean resolvePointcut(Pointcut p)
- Overrides:
resolvePointcut
in class MethodMatcher
visit
public Object visit(ASTHas node,
Object data)
- Specified by:
visit
in interface PointcutExpressionParserVisitor
- Overrides:
visit
in class MatcherHelper
visit
public Object visit(ASTHasField node,
Object data)
- Specified by:
visit
in interface PointcutExpressionParserVisitor
- Overrides:
visit
in class MatcherHelper
Copyright © 2004 JBoss Inc. All Rights Reserved.