public interface IRegisterGroup extends IDebugElement
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this register group.
|
IRegister[] |
getRegisters()
Returns the registers in this register group.
|
boolean |
hasRegisters()
Returns whether this register group currently contains any registers.
|
getDebugTarget, getLaunch, getModelIdentifier
getAdapter
String getName() throws DebugException
DebugException
- if this method fails. Reasons include:
IRegister[] getRegisters() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean hasRegisters() throws DebugException
DebugException
- if this method fails. Reasons include:
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.