| Package | Description | 
|---|---|
| oracle.ide.runner | 
 Contains classes that allow addins some level of control on the IDE runner system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DebuggerThread | 
DebuggerEvaluator.getThread()
Get the thread for this evaluator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DebuggerThread> | 
DebuggerEvaluator.getAllThreads()
Get all the current threads 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DebuggerEvaluator | 
DebuggerEvaluator.getEvaluator(DebuggerThread thread)
Get a new evaluator for another thread. 
 |