Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
Modifier and Type | Method and Description |
---|---|
JPDAThreadGroup |
JPDAThreadGroup.getParentThreadGroup()
Returns parent thread group or null (for root thread group).
|
JPDAThreadGroup |
JPDAThread.getParentThreadGroup()
Returns parent thread group.
|
JPDAThreadGroup[] |
JPDAThreadGroup.getThreadGroups()
Returns this thread group's thread groups.
|