| ClassExcludeFilter | An event filter which excludes events matching a
specified class pattern (exact match or start/end with "*").
|
| ClassMatchFilter | An event filter which includes events matching a
specified class pattern (exact match or start/end with "*").
|
| ClassOnlyFilter | An event filter which filters out events in uninteresting
classes.
|
| ConditionalFilter | An event filter which allows expression conditionals.
|
| CountFilter | An ignore count filter.
|
| ExceptionOnlyFilter | Restricts reported exceptions by their class and whether they are caught
or uncaught.
|
| FieldOnlyFilter | Restricts reported events to those that occur for a given field.
|
| InstanceOnlyFilter | Restricts reported events to those whose active 'this' object is the
given object. |
| LocationOnlyFilter | Restricts reported events to those that occur at the given location.
|
| StepFilter | "An event filter which restricts reported step events to those which
satisfy depth and size constraints. |
| ThreadOnlyFilter | An event filter which allows only events within a specific
thread
|