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

Packages that use IReferenceType
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 IReferenceType in net.sf.rej.gui.debug.wrappers
 

Classes in net.sf.rej.gui.debug.wrappers that implement IReferenceType
 class ReferenceTypeWrapper
           
 

Methods in net.sf.rej.gui.debug.wrappers that return IReferenceType
 IReferenceType LocationWrapper.declaringType()
           
 IReferenceType ILocation.declaringType()