net.sf.rej.gui.debug.wrappers
Class LocationWrapper

java.lang.Object
  extended by net.sf.rej.gui.debug.wrappers.LocationWrapper
All Implemented Interfaces:
ILocation

public class LocationWrapper
extends java.lang.Object
implements ILocation


Constructor Summary
LocationWrapper(com.sun.jdi.Location location)
           
 
Method Summary
 long codeIndex()
           
 IReferenceType declaringType()
           
 IMethod method()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationWrapper

public LocationWrapper(com.sun.jdi.Location location)
Method Detail

codeIndex

public long codeIndex()
Specified by:
codeIndex in interface ILocation

declaringType

public IReferenceType declaringType()
Specified by:
declaringType in interface ILocation

method

public IMethod method()
Specified by:
method in interface ILocation