lejos.nxt.debug
Class DebugThread
java.lang.Object
lejos.nxt.debug.DebugThread
public class DebugThread
- extends Object
Provides a Java view of the VM thread structure.
- Author:
- andy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nextThread
public DebugThread nextThread
waitingOn
public Object waitingOn
sleepUntil
public int sleepUntil
stackFrameArray
public int[] stackFrameArray
stackArray
public int[] stackArray
stackFrameArraySize
public byte stackFrameArraySize
monitorCount
public byte monitorCount
threadId
public byte threadId
state
public byte state
priority
public byte priority
interrupted
public byte interrupted
daemon
public byte daemon
DebugThread
public DebugThread()