2010 FRC Java API


Uses of Interface
com.sun.squawk.debugger.EventRequestModifier.Matcher

Packages that use EventRequestModifier.Matcher
com.sun.squawk.debugger   
 

Uses of EventRequestModifier.Matcher in com.sun.squawk.debugger
 

Methods in com.sun.squawk.debugger with parameters of type EventRequestModifier.Matcher
abstract  boolean EventRequestModifier.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.Count.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ClassOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ClassMatch.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.LocationOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ExceptionOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ThreadOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.Step.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequest.matchModifiers(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if all the modifiers of this request match a given event.
 

Constructors in com.sun.squawk.debugger with parameters of type EventRequestModifier.Matcher
EventManager(EventRequestModifier.Matcher matcher)
           
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.