| 
 | " 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.ClassMatchA ClassMatchmodifier restricts reported events to those for classes whose
 name matches a restricted regular expression. | 
| static class | EventRequestModifier.ClassOnlyFor class prepare event, a ClassOnlymodifier restricts the events
 generated by this request to be the preparation of the given reference type and
 any subtypes. | 
| static class | EventRequestModifier.CountA Countmodifier limits the requested event to be reported at most
 once after a given number of occurrences. | 
| static class | EventRequestModifier.ExceptionOnlyAn ExceptionOnlymodifier restricts reported exceptions by their
 class and whether they are caught or uncaught. | 
| static class | EventRequestModifier.LocationOnlyA LocationOnlymodifier restricts reported events to those that
 occur at a given location. | 
| static class | EventRequestModifier.StepA Stepmodifier restricts reported step events to those which satisfy depth
 and size constraints. | 
| static class | EventRequestModifier.ThreadOnlyA ThreadOnlymodifier restricts reported events to those in a
 given thread. | 
| Fields in com.sun.squawk.debugger declared as EventRequestModifier | |
|---|---|
|  EventRequestModifier[] | EventRequest.modifiersList 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 | |||||||||