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

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

Classes in net.sf.rej.gui.debug.wrappers that implement IMethod
 class MethodWrapper
           
 

Methods in net.sf.rej.gui.debug.wrappers that return IMethod
 IMethod LocationWrapper.method()
           
 IMethod ILocation.method()
           
 

Methods in net.sf.rej.gui.debug.wrappers that return types with arguments of type IMethod
 java.util.List<IMethod> ReferenceTypeWrapper.visibleMethods()
           
 java.util.List<IMethod> IReferenceType.visibleMethods()