net.sf.jour.filter
Class Pointcut
java.lang.Object
net.sf.jour.filter.MatchFilter
net.sf.jour.filter.BasicFilter
net.sf.jour.filter.MatchStringFilter
net.sf.jour.filter.Pointcut
- All Implemented Interfaces:
- Filter
public class Pointcut
- extends MatchStringFilter
- Author:
- michaellif
Constructor Summary |
Pointcut(java.lang.String expr)
Creates a new Pointcut object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
Pointcut
public Pointcut(java.lang.String expr)
- Creates a new Pointcut object.
matchState
public int matchState(java.lang.Object obj)
- Overrides:
matchState
in class MatchStringFilter
acceptClass
public boolean acceptClass(javassist.CtClass clazz)
acceptImplements
public boolean acceptImplements(javassist.CtClass clazz)
acceptClass
protected boolean acceptClass(java.lang.String clazz)
acceptMethod
public boolean acceptMethod(javassist.CtMethod method)
acceptConstr
public boolean acceptConstr(javassist.CtConstructor constr)
acceptConstr
protected boolean acceptConstr(java.lang.String[] params)
getMethodName
public java.lang.String getMethodName()
getRetType
public java.lang.String getRetType()
Copyright © 2004-2008 pyx4j.com. All Rights Reserved.