Uses of Class
org.mockejb.interceptor.PointcutPair

Packages that use PointcutPair
org.mockejb.interceptor   
 

Uses of PointcutPair in org.mockejb.interceptor
 

Methods in org.mockejb.interceptor that return PointcutPair
static PointcutPair PointcutPair.and(Pointcut pointcut1, Pointcut pointcut2)
          Creates a new instance of PointcutPair.
static PointcutPair PointcutPair.or(Pointcut pointcut1, Pointcut pointcut2)
          Creates a new instance of PointcutPair.