Uses of Interface
net.sf.rej.gui.debug.wrappers.ILocation

Packages that use ILocation
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. 
 

Uses of ILocation in net.sf.rej.gui.debug.wrappers
 

Classes in net.sf.rej.gui.debug.wrappers that implement ILocation
 class LocationWrapper
           
 

Methods in net.sf.rej.gui.debug.wrappers that return ILocation
 ILocation StackFrameWrapper.location()
           
 ILocation IStackFrame.location()