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

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

public class StackFrameWrapper
extends java.lang.Object
implements IStackFrame


Constructor Summary
StackFrameWrapper(com.sun.jdi.StackFrame frame)
           
 
Method Summary
 java.lang.Object getStackFrameObject()
           
 ILocation location()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackFrameWrapper

public StackFrameWrapper(com.sun.jdi.StackFrame frame)
Method Detail

location

public ILocation location()
Specified by:
location in interface IStackFrame

getStackFrameObject

public java.lang.Object getStackFrameObject()
Specified by:
getStackFrameObject in interface IStackFrame