Package jcaas.util

Interface Summary
JDIHandler This is a listener interface for events from a running JDI program.
 

Class Summary
AnnotationClassLoader  
AnnotationUtil This class provides a set of utility methods for annotating a class file.
BlackBoardClassLoader  
ClassRunner  
Console This class represents an input/output console for the program running in JDI.
ControlGraph  
DefaultHandler This class is a default implementation of JDIHandler.
DeferredInvoker This is a Runnable class that will invoke one instance of one method on an object.
EvaluationUtil  
EventHandlerThread This thread keeps querying the JDI event queue and sending the resulting events out to all the JDIHandlers.
EventThread  
JDIClassRunner This is the main top-level JDI simulator class.
Loop  
LoopDetector  
MemberID This class encapsulates a classname, name, and signature for a member of a class.
StackWatcher  
SwingRunner Convenience class to run Runnable objects on the Event Dispatch Thread.