net.sf.joyaop.impl
Class Pointcuts.And

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

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


Constructor Summary
Pointcuts.And(Pointcut p1, Pointcut p2)
           
 
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.And

public Pointcuts.And(Pointcut p1,
                     Pointcut p2)
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.