|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventRequestModifier | |
|---|---|
| com.sun.squawk.debugger | |
| Uses of EventRequestModifier in com.sun.squawk.debugger |
|---|
| Subclasses of EventRequestModifier in com.sun.squawk.debugger | |
|---|---|
static class |
EventRequestModifier.ClassMatch
A ClassMatch modifier restricts reported events to those for classes whose
name matches a restricted regular expression. |
static class |
EventRequestModifier.ClassOnly
For class prepare event, a ClassOnly modifier restricts the events
generated by this request to be the preparation of the given reference type and
any subtypes. |
static class |
EventRequestModifier.Count
A Count modifier limits the requested event to be reported at most
once after a given number of occurrences. |
static class |
EventRequestModifier.ExceptionOnly
An ExceptionOnly modifier restricts reported exceptions by their
class and whether they are caught or uncaught. |
static class |
EventRequestModifier.LocationOnly
A LocationOnly modifier restricts reported events to those that
occur at a given location. |
static class |
EventRequestModifier.Step
A Step modifier restricts reported step events to those which satisfy depth
and size constraints. |
static class |
EventRequestModifier.ThreadOnly
A ThreadOnly modifier restricts reported events to those in a
given thread. |
| Fields in com.sun.squawk.debugger declared as EventRequestModifier | |
|---|---|
EventRequestModifier[] |
EventRequest.modifiers
List of modifiers that filter out certain events. |
| Methods in com.sun.squawk.debugger that return EventRequestModifier | |
|---|---|
protected EventRequestModifier |
EventRequest.readModifier(PacketInputStream in,
int kind)
Creates a EventRequestModifier from a given PacketInputStream. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||