Uses of Interface gnu.classpath.jdwp.event.filters.IEventFilter

Uses in package gnu.classpath.jdwp.event.filters

Classes implementing gnu.classpath.jdwp.event.filters.IEventFilter

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

Uses in package gnu.classpath.jdwp.event

Methods with parameter type gnu.classpath.jdwp.event.filters.IEventFilter

void
Creates a new event filter, adding it to this request