|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Constructors | |
Class ) |
Construct a new pointcut that matches all control flows below that class. |
Class, |
Construct a new pointcut that matches all calls below the given method in the given class. |
Added Constructors | |
Class<?> ) |
Construct a new pointcut that matches all control flows below that class. |
Class<?>, |
Construct a new pointcut that matches all calls below the given method in the given class. |
Removed Methods | |
boolean matches(Class ) |
Subclasses can override this for greater filtering (and performance). |
boolean matches(Method, |
Subclasses can override this if it's possible to filter out some candidate classes. |
boolean matches(Method, |
Added Methods | |
boolean matches(Class<?> ) |
Subclasses can override this for greater filtering (and performance). |
boolean matches(Method, |
Subclasses can override this if it's possible to filter out some candidate classes. |
boolean matches(Method, |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |