| Class | Description |
|---|---|
| All |
Callback filter that accepts all methods.
|
| And |
Callback filter that accepts a method if both filterA and filterB accept the
method.
|
| Classes |
Callback filter that accepts the methods which are declared in one of the
classes that are specified in the constructor.
|
| Filter | |
| Name |
Callback filter that accepts the method for which the names are specified in
the constructor.
|
| None |
Callback filter that does not accept any method.
|
| NonObject |
A callback filter that accepts all methods that are implemented above the
Object level.
|
| Not |
Callback filter that accepts a method if the underlying filter does not
accept the method.
|
| Or |
Callback filter that accepts a method of either filterA or filterB accept the
method.
|
Copyright © 2013. All Rights Reserved.