net.sf.joyaop.impl
Class Pointcuts.Not

java.lang.Object
  extended by net.sf.joyaop.impl.Pointcuts.Not
All Implemented Interfaces:
Pointcut
Enclosing class:
Pointcuts

public static class Pointcuts.Not
extends java.lang.Object
implements Pointcut


Constructor Summary
Pointcuts.Not(Pointcut pointcut)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 boolean matches(java.lang.Class clazz)
           
 boolean matches(java.lang.Class clazz, java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pointcuts.Not

public Pointcuts.Not(Pointcut pointcut)
Method Detail

matches

public boolean matches(java.lang.Class clazz)
Specified by:
matches in interface Pointcut

matches

public boolean matches(java.lang.Class clazz,
                       java.lang.reflect.Method method)
Specified by:
matches in interface Pointcut

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2004 Shen Li. All Rights Reserved.