lejos.nxt.debug
Class DebugStackFrame

java.lang.Object
  extended by lejos.nxt.debug.DebugStackFrame

public class DebugStackFrame
extends Object

Provide access to the VM stack frame structure.

Author:
andy

Constructor Summary
DebugStackFrame(DebugInterface info)
          Initialise the access to the VM
 
Method Summary
 int getMethodIndex(DebugThread thread, int frame)
          Return the index of the method that is currently associated with the specified stack frame of the given thread.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

DebugStackFrame

public DebugStackFrame(DebugInterface info)
Initialise the access to the VM

Parameters:
info - vm access
Method Detail

getMethodIndex

public int getMethodIndex(DebugThread thread,
                          int frame)
Return the index of the method that is currently associated with the specified stack frame of the given thread.

Parameters:
thread -
frame -
Returns:
method index