lejos.nxt.debug
Class DebugStackFrame
java.lang.Object
lejos.nxt.debug.DebugStackFrame
public class DebugStackFrame
- extends Object
Provide access to the VM stack frame structure.
- Author:
- andy
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugStackFrame
public DebugStackFrame(DebugInterface info)
- Initialise the access to the VM
- Parameters:
info
- vm access
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