Package net.sf.rej.gui.debug.wrappers

Provides an abstraction of the JDI (com.sun.jdi.*) classes to allow to run reJ even without tools.jar (which contains those classes) on the classpath.

See:
          Description

Interface Summary
IField  
ILocation  
IMethod  
IReferenceType  
IStackFrame  
IThreadReference  
IVirtualMachine  
 

Class Summary
FieldWrapper  
LocationWrapper  
MethodWrapper  
ReferenceTypeWrapper  
StackFrameWrapper  
ThreadReferenceWrapper  
VirtualMachineWrapper  
 

Package net.sf.rej.gui.debug.wrappers Description

Provides an abstraction of the JDI (com.sun.jdi.*) classes to allow to run reJ even without tools.jar (which contains those classes) on the classpath. Only the classes / method used currently are included.