Package | Description |
---|---|
org.eclipse.jdt.debug.core |
Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). |
Modifier and Type | Method and Description |
---|---|
IJavaThreadGroup[] |
IJavaDebugTarget.getAllThreadGroups()
Returns all thread groups in this target.
|
IJavaThreadGroup[] |
IJavaDebugTarget.getRootThreadGroups()
Returns the top level thread groups in this target.
|
IJavaThreadGroup |
IJavaThreadGroup.getThreadGroup()
Returns the thread group this thread group is contained in or
null if none. |
IJavaThreadGroup |
IJavaThread.getThreadGroup()
Returns the thread group this thread belongs to or
null if
none. |
IJavaThreadGroup[] |
IJavaThreadGroup.getThreadGroups()
Returns immediate thread groups contained in this thread.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.