Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIRegisterGroup

All Superinterfaces:
ICDIObject

public interface ICDIRegisterGroup
extends ICDIObject

Represents a group of registers that are assigned to a target.

Since:
Jul 9, 2002

Method Summary
 String getName()
          The name of the group.
 ICDIRegisterDescriptor[] getRegisterDescriptors()
          Returns the register descriptors in this register group.
 boolean hasRegisters()
          Returns whether this register group currently contains any registers.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getName

String getName()
The name of the group.

Returns:
String name

getRegisterDescriptors

ICDIRegisterDescriptor[] getRegisterDescriptors()
                                                throws CDIException
Returns the register descriptors in this register group.

Returns:
ICDIRegisterDescriptor[] in this register group
Throws:
CDIException - if this method fails. Reasons include:

hasRegisters

boolean hasRegisters()
                     throws CDIException
Returns whether this register group currently contains any registers.

Returns:
whether this register group currently contains any registers
Throws:
CDIException - if this method fails. Reasons include:

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.