lejos.nxt.debug
Class DebugThread

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

public class DebugThread
extends Object

Provides a Java view of the VM thread structure.

Author:
andy

Field Summary
 byte daemon
           
 byte interrupted
           
 byte monitorCount
           
 DebugThread nextThread
           
 byte priority
           
 int sleepUntil
           
 int[] stackArray
           
 int[] stackFrameArray
           
 byte stackFrameArraySize
           
 byte state
           
 byte threadId
           
 Object waitingOn
           
 
Constructor Summary
DebugThread()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Field Detail

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
Constructor Detail

DebugThread

public DebugThread()